If it happens for both ASP and HTML pages while your server is under load,
then it is probably some ISAPI Filter that you have installed on the server
that is unable to keep up with load. If you do not have SSL and Compression
enabled, then the ISAPI Filter is likely 3rd party and you should start
there for investigation/support.
--
//David
IIS
http://blogs.msdn.com/David.Wang
This posting is provided "AS IS" with no warranties, and confers no rights.
//
"Andreas" <Andreas DeleteThis @discussions.microsoft.com> wrote in message
news:C2C88890-FDF8-429E-8DAC-4C0526442356@microsoft.com...
Hi all,
we have a weird issue here.
Running an ASP application on IIS5 on Win2000, MS SQL 2000.
Once we experience a lot of load, our web application returns blank pages
every now and then. In fact, all that is being transmitted is the
<head>...</head> information, nothing else. It doesn't matter if it is an
ASP
page or HTML.
Once we click on "Refresh" the page shows.
Furthermore the log shows no errors.
Does anyone have an idea?
Thanks
Andreas