|
Home > Archive > IIS ASP > May 2004 > asp pages randomly showing as blank white pages
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
asp pages randomly showing as blank white pages
|
|
| Alex Rybalov 2004-05-30, 11:54 am |
| Hi,
Using IIS 5.0 and sometime some asp pages (absolutely
randomly) showing as blank white pages. So far only one
way of fixing it - restart whole server. Restarting IIS,
or specific web server not helping, only whole server.
I enable server side and client side debugging, but no
errors showing up...
In view source pages always look like this:
-----------------------
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0
Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html;
charset=windows-1251"></HEAD>
<BODY></BODY></HTML>
-----------------------
Any idea why it can happened and how to fix?
| |
| Aaron Bertrand - MVP 2004-05-30, 11:54 am |
| Anything in the event viewer?
--
Aaron Bertrand
SQL Server MVP
http://www.aspfaq.com/
"Alex Rybalov" <alex@covers.com> wrote in message
news:13e6a01c44428$97291890$a101280a@phx
.gbl...
> Hi,
>
> Using IIS 5.0 and sometime some asp pages (absolutely
> randomly) showing as blank white pages. So far only one
> way of fixing it - restart whole server. Restarting IIS,
> or specific web server not helping, only whole server.
>
> I enable server side and client side debugging, but no
> errors showing up...
>
> In view source pages always look like this:
> -----------------------
> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0
> Transitional//EN">
> <HTML><HEAD>
> <META http-equiv=Content-Type content="text/html;
> charset=windows-1251"></HEAD>
> <BODY></BODY></HTML>
> -----------------------
>
> Any idea why it can happened and how to fix?
| |
| Alex Rybalov 2004-05-30, 11:54 am |
| That's the thing - nothing about IIS, asp or somewhere
around them in event viewer logs...
And in web log nothing...
This line from log file when login.asp was loaded fine:
2004-05-27 20:29:46 192.168.1.116 - 192.168.1.9 80
GET /actweb/login.asp - 200 M
ozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.0)
And this line from log file when login.asp was loaded as a
white blank page:
2004-05-27 21:26:54 192.168.1.116 - 192.168.1.9 80
GET /actweb/login.asp - 200 M
ozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.0)
And it's staying as white page until I will restart whole
server...
>-----Original Message-----
>Anything in the event viewer?
>
>--
>Aaron Bertrand
>SQL Server MVP
>http://www.aspfaq.com/
>
>
>
>
>"Alex Rybalov" <alex@covers.com> wrote in message
> news:13e6a01c44428$97291890$a101280a@phx
.gbl...
>
>
>.
>
|
|
|
|
|