Assumption: All pre-requisites have been met.


The following steps are to be done directly on the Application Environment Operating System


Copying Folders for IIS

  1. Navigate to C:\inetpub directory.
  2. Copy the 3 folders from AccessCommander\IISConfigurationFiles directory and place them in C:\inetpub directory.

IIS Configuration Access Commander Application

  1. Launch IIS Manager.
  2. Right click on Sites and select Add Website.
  3. Enter the Site Name as AccessCommander.
  4. Set the Physical Path to C:\inetpub\AccessCommander.
  5. Change the Binding Type to https.
  6. Enter the Host Name as the Access Commander application host name that end users will be accessing via browser.
  7. Select your SSL Certificate.
  8. Uncheck the Start Website Immediately box and click OK.
  9. Navigate to the AccessCommander Site in IIS Manager and double-click the URL Rewrite module.
  10. Click on View Server Variables from the right Navigation Panel.
  11. Click on Add and enter HTTP_X_ORIGINAL_ACCEPT_ENCODING for the Server Variable Name and click OK.
  12. Click on Add and enter HTTP_ACCEPT_ENCODING for the Server Variable Name and click OK.
  13. Start the AccessCommander Site.

IIS Configuration Access Commander Dashboard

  1. Launch IIS Manager.
  2. Right click on Sites and select Add Website.
  3. Enter the Site Name as AccessCommanderDashboard.
  4. Set the Physical Path to C:\inetpub\AccessCommander-Dashboard.
  5. Change the Binding Type to https.
  6. Enter the Host Name as the Dashboard host name that was needed as part of the Pre-Requisite.
  7. Select your SSL Certificate.
  8. Uncheck the Start Website Immediately box and click OK.
  9. Navigate to the AccessCommanderDashboard Site in IIS Manager and double-click the URL Rewrite module.
  10. Click on View Server Variables from the right Navigation Panel.
  11. Click on Add and enter HTTP_X_ORIGINAL_ACCEPT_ENCODING for the Server Variable Name and click OK.
  12. Click on Add and enter HTTP_ACCEPT_ENCODING for the Server Variable Name and click OK.
  13. Launch services.msc and Start ACv4-Dashboard service.
  14. Start the AccessCommanderDashboard Site in IIS.