IIS Application Pool Best Practices
Scope: Device2Mail 1.0
There have been complaints that there are serious slowdowns, especially when logging into the portal, in D2M installations where no requests have been received for a long time. The following settings can be applied on IIS to fix this problem.
Open the IIS Management Console on the D2M Server,
Expand the server and go to the Application Pools screen,
Right-click on the EDMWeb application pool and open Advanced Settings,

Change the following 2 settings on the screen that opens,
Start Mode: AlwaysRunning
Idle Time-out (minutes): 0
The changes will be applied when you Stop --> Start the Application Pool in that order.

Last updated