Suddenly IIS gives out blank pages for all the domains in the server. Sometimes, the .html pages does not works which requires IIS reset . But in case of blank pages restarting the server becomes the option. Why these happens with IIS and any specific reasons for that to happen such as hitting memory, etc .
Asked
Active
Viewed 1,846 times
1 Answers
1
First you should check the source code of the returned pages to make sure they are empty. Try to see the response headers and the return code. If the pages are empty this means that the application is crashing before sending the response. Check the server logs (access and error) and the Event Viewer logs (application then, may be system).

Mircea Vutcovici
- 17,619
- 4
- 56
- 83
-
Thanks for your update. I have checked the event viewer but I could not see any error in specific. How ever there is an ASP.NEt warning but the error is for all the domains in the server. – Riyas Dec 29 '10 at 19:16