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 .

link|improve this question

47% accept rate
feedback

1 Answer

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).

link|improve this answer
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
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.