IIS 6 - Configure Application Pool

  1. Run IIS Manager
  2. Expand the Application Pools node
  3. Right click on the application pool to configure and select Properties
  4. On the the Recycling tab, uncheck the "Recycle worker processes (in minutes)" option
  5. Check the "Recycle worker processes at the following times
  6. Click the Add button
  7. Enter a time when users are not likely to be on the system and late enough to allow the StudyTRAX batch processing to complete such as 03:00 (3am). The batch processing start time is set in the System Configuration section of the application. Recommended settings are 1am for the batch processing start and 3am for Application Pool recycling.
  8. Click the Performance tab
  9. Uncheck the "Shutdown worker processes after being idle for (time in minutes)" option
  10. Click the Identity tab
  11. Enter the credentials that you created in the Creating a StudyTRAX Service Account step
  12. Click the OK button

At this point the application pool should be configured correctly.