Forum Moderators: open
I have also noticed that on occassions pages freeze and I need to hit the refresh. Another concern. Any ideas what it could be?
Do your pages have a lot of controls that require viewstate? I went through one of my ASP.net properties and realized ~ 30% decrease in file size by reducing the number of controls that had viewstate enabled, which in turn improved the response times from the server.
Is your application on a shared server? If so, do you know how many other sites are hosted on your box?
-Mark
Crush, is this delay only happening on the first access to each page after the server has been started/restarted? If so, the delay is due to the pages being compiled. You should use pre-compiled server controls for most of your processing.