SmarterTools Portal Language
 
HomeKnowledge BaseTroubleshooting: Random log-outs when using IIS on Windows 2003
Information
Article ID3
Created On3/3/2005
Modified3/18/2008
Share With Others
Troubleshooting: Random log-outs when using IIS on Windows 2003

Problem

When running SmarterStats, SmarterMail, or SmarterTicket on Windows 2003 using IIS, seemingly random logouts occur.

Cause

This problem is caused by running the products under an IIS web application pool that is marked for web gardens or has worker threads > 1.

Solution

SmarterTools products require running under an application pool with only one worker thread.  You should:

  1. Open Control Panel ->Administrative Tools -> Internet Information Services (IIS) Manager
  2. Open the tree on the left with your server name on it
  3. Right-click on Application Pools, and choose New -> Appliciation Pool
  4. Name the pool whatever you would like, and choose "Use default settings for new application pool".  Click OK
  5. Right click on the newly created application pool and choose properties
  6. Go to the Performance tab
  7. Change Maximum number of worker processes to 1
  8. Click on OK to save the settings
  9. Open the web sites tab and find the site or virtual directory for the product
  10. Right-click the site or virtual directory and choose Properties
  11. On the Home Directory tab, choose the application pool you just created
  12. Click OK to save the settings