Hi guys, I'm finding it most annoying that aspx pages need about 2 seconds to be rendered, but only the first page. Say, I request a page, the first one is delayed, the other requests coming after are fine, it seams, this happens all the time, even when I go to make a cup of coffee, come back, and request the same page, its delayd again.
I think the .net whatever may be unloaded on the server on inactivity, and loaded back when a aspx page is requested, thats why this only happens on the first request.
Is there options to control this? Or, what is going on?