Re: Slow Response for ASP.NET page

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



This is exactly how it should be. After a period of idle time the web server
is recovering unused resources including the compiled ASP.Net code. This is
just part of the garbage collection and memory management of the web server
and helps to keep the web server healthy. It should take about 20 minutes
after the last page request before the web server unloads the application.

Hope this helps,
Mark Fitzpatrick
Microsoft MVP - FrontPage

"Ramkumar T via DotNetMonster.com" <forum@xxxxxxxxxxxxxxxxx> wrote in
message news:53BB67883B9B4@xxxxxxxxxxxxxxxxxxxx
> Hi
> I am experiencing performance issues with my simple web application.
> (which
> contains pretty simple and straight forward web pages).The app's home page
> takes well over 15 seconds to run under ASP.NET for the first time. Well
> I
> agree that the initial page load takes a while becos of the JIT
> compilation.
>
> However,after first load the delay goes away, but it returns after some
> idle
> time.
>
> Any Suggestions so as to improve the performance?
>
> Please help!
>
>
> --
> Message posted via DotNetMonster.com
> http://www.dotnetmonster.com/Uwe/Forums.aspx/asp-net/200509/1


.