Hi,
We built a new web server with Windows 2003 SP1 and IIS 6.0. The web site is serving html pages. But when I am trying asp.net application I get 'The Page cannot be dispalyed' with Cannot find server or DNS Error in the internet explorer. I do see the request are coming to the server. The httperr.log logs 'connection_dropped defaultapppool' after 2 minutes which is connection timeout. It seems client is disconnecting from the server and w3wp doesn't know were to send the result.
I am using .NET 2.0. ASP.NET server extension is enabled. I ran FileMon and found w3dp is compiling the app in the .NET temp directory.
I really appreciate your help.
Thanks