Add Required Extensions to IIS6

The following instructions describe how to add extensions needed by StudyTRAX for IIS 6.

  1. Run IIS Manager
  2. Open the Properties window for the StudyTRAX application.
  3. From the Virtual Directory tab, click the Configuration button.
  4. From the Mappings tab, click the Add button.
  5. In the dialog, do the following:
    1. Enter the following for Executable: c:\windows\microsoft.net\framework\v4.0.30319\aspnet_isapi.dll
    2. Enter the following for Extension: .less
    3. Select the Limit To radio button and enter the following: GET,HEAD,POST,DEBUG
    4. Click OK

The following instructions describe how to add required mime types.

  1. Run IIS Manager
  2. Open the Properties window for the StudyTRAX application.
  3. From the HTTP Headers tab, click the MIME Types button.
  4. Click the Add button and add the following mime types:

    Extension

    Type

    .less

    css/text

    .xap

    application/x-silverlight-app

    .xaml

    application/xaml+xml

    .xbap

    application/x-ms-xbap