K
Keith
We have developed ASP.NET apps for almost two years now and have encountered
this problem while developing and on production. The problem is very
simple, we want to browse to a page and our sessions goes to sleep for about
60 seconds. The page eventually builds and displays, but it takes a long
time.
The problem seems to occur more when we are testing using VS.NET, but it
happens in production as well. We are not waiting for connections, etc., it
just hangs.
How can we debug this problem? We want to sell ASP.NET to top mgt but are
concerned an unexplainable freeze will blow the sales pitch. We have
already set debug="true" in our <%@ Page %> declaration, no extra code is
being executed.
Thanks,
Keith
this problem while developing and on production. The problem is very
simple, we want to browse to a page and our sessions goes to sleep for about
60 seconds. The page eventually builds and displays, but it takes a long
time.
The problem seems to occur more when we are testing using VS.NET, but it
happens in production as well. We are not waiting for connections, etc., it
just hangs.
How can we debug this problem? We want to sell ASP.NET to top mgt but are
concerned an unexplainable freeze will blow the sales pitch. We have
already set debug="true" in our <%@ Page %> declaration, no extra code is
being executed.
Thanks,
Keith