Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

...

Overview

This page describes how to add an Application Pool to run StudyTRAX under and how to add StudyTRAX as a Web Site in IIS 7. Additionally, if StudyTRAX is running under SSL, you should redirect requests for HTTP to HTTPS so users who try to access the site via HTTP will still be able to access StudyTRAX.

Add Application Pool for StudyTRAX

  1. Run Internet Information Services (IIS) Manager
  2. Right click on Application Pools and select "Add Application Pool..."
    Center
    Image Added
  3. Enter a Name: for the application pool (e.g.,

...

  1. StudyTRAX)

...

  1. Select

...

  1. .Net

...

  1. Framework

...

  1. v4.0.30319

...

  1. Click

...

  1. OK

...

  1. Center
    Image Added
  2. Select the Application Pool that you just created and click the Advanced Settings link on the right.
    Center
    Image Added
  3. Make sure that the .NET Framework Version is set to v4.0.
    Center
    Image Added
  4. Select "True" for the Enable 32-bit Applications option.
    Center
    Image Added
  5. Scroll down to the Process Model section.
  6. Click in the Identity field and then click the "..." button.
    Center
    Image Added
  7. Select Custom account option and click the Set button.
  8. Enter the credentials for the user that you created in the Creating a StudyTRAX Service Account step
    Note

    These credentials will be used for connecting to the database. They will also need to have Full Control permission to the Temp and Log directories for StudyTRAX.

    Center
    Image Added
  9. Click OK to set the credentials.
  10. Click OK to close the Application Pool Identity dialog.
  11. In the Idle Time-out (minutes) field, change the value to 1440 or greater.
    Center
    Image Added
  12. Scroll down to the Recycling section
  13. Change Disable Recycling for Configuration Changes to True
    Center
    Image Added
  14. Change the Regular Time Interval (minutes) to 0.
    Center
    Image Added
  15. Click in the Specific Times field then click the "..." button.
    Center
    Image Added
  16. Click the Add button on the TimeSpan Collection Editor. Change the value in the right panel to 3am (03:00:00) as the recycle time. This gives the StudyTRAX batch processing time to complete before the Application Pool is recycled.
    Center
    Image Added
  17. Click the OK button to close the TimeSpan Collection Editor
  18. Click the OK button to close the Advanced Settings dialog.

Add StudyTRAX Web Site

  1. Run Internet Information Services (IIS) Manager
  2. Right click on the Sites folder and select "Add Web Site..."
    Center
    Image Added
  3. In the Add Web Site dialog, enter "StudyTRAX" for the Site name:.
  4. Select the Application Pool you set up to run StudyTRAX.
  5. Enter the root StudyTRAX folder that was unzipped for the Physical Path.
  6. Although not required, it is highly recommended that Binding type be https. This requires a SSL certificate.
  7. Click OK button.
Center
Image Added

Create Redirect from HTTP to HTTPS

  1. Run Internet Information Services (IIS) Manager
  2. Right click on the Sites folder and select "Add Web Site..."
  3. In the Add Web Site dialog, enter "StudyTraxRedirect" for the Site name:.
  4. Select an empty directory. This directory is only used to store an XML configuration file for this web site.
    Center
    Image Added
  5. Select HTTP Redirect in the center pane in the IIS section. If HTTP Redirect is not an available option, it needs to be added as a feature to the IIS role.
    Center
    Image Added
  6. Check Redirect requests to this destination:
  7. Enter the HTTPS URL for StudyTRAX
  8. Click Apply in the upper right part of the dialog.
    Center
    Image Added