Group: Forum Members
Posts: 1,
Visits: 15
|
Another option I find helpful is to disable idle timeouts on the Application Pool in IIS. Do that under the Performance tab of the Application Pool. Either uncheck the idle timeout checkbox or set it to a higher value. I have noticed that over weekends where I work the IIS worker processes will shutdown making our ASP.NET websites slow to load on Monday morning. By removing the idle timeout we don't have to worry about it. I would not recommend doing this to the Default pool though so create a new pool, add your site to that pool, and remove the idle timeout.
|