When IIS detects that a web application has been idle for a certain period of time, it unloads it. The email receiver  of nService gets unloaded as well as the website. This results in emails sent to nService not getting imported when no one is using the website for a while. If you use the email receiver of nService, you can tell IIS not to unload nService. You can also schedule a task with Windows to access a web page of nService in order to keep it running.

To tell IIS not to unload nService, run IIS Manager, select the nService4AppPool from the application pools, go to Advanced Settings and change "Idle Time-out" and "Regular Time Interval" to 0.



To schedule a task from Windows to access nService to keep it alive, go to the server, Programs, Accessories, System Tools, Scheduled Tasks, add the following command. Click the Advanced button to run the task every hour.

       C:\PROGRA~1\INTERN~1\iexplore.exe http://localhost/nService4
Previous Page | Next Page