AuthorizationService – IIS 8.5

All Expere applications have been upgraded to require a 4.0 Application Pool.
  1. (If using Expere .NET) Go to Web Sites\Default Web Site\Expere. Right click and select Convert to Application if it is available.
  2. Right click and select Manage Application/Advanced Settings.
    • Verify the application pool is set to a 4.0 version.
  3. Right click and select Manage Application/Advanced Settings.
    • Verify the application pool is set to a 4.0 version.
  4. Go to Web Sites\Default Web Site\DataIntegrationValidationTool. Right click and select Convert to Application if it is available.
  5. Right click and select Manage Application/Advanced Settings.
    • Verify the application pool is set to a 4.0 version.
  6. Verify you have a certificate to support SSL connections.
  7. To create a Self-Signed:
    • Click on the name of your server on the left side of the screen; select Server Certificates in the IIS section in the middle of the screen.
    • Select Create Self-Signed certificate on the right side of the screen.
  8. To assign a certificate:
    • Select Default Web Site on the left side of the side; select bindings on the right side of the screen.
    • Choose https and edit.
      • In the SSL Certificate dropdown select the applicable certificate.
  9. Restart IIS by entering iisreset in a command prompt.