IIS and Site Settings

Installation

HTTPS Binding

SessionAudit agents connect to the address returned from the DNS Service record and the HTTP protocol contained within that address. The recommended configuration uses TCP 443 as the port number. Therefore, HTTPS 443 binding should be made for SessionAudit server in IIS.

Read DNS Records for steps to create a DNS Service record.

For HTTPS Certificate operations, read HTTPS Certificate article.

Follow the steps below for HTTP and HTTPS binding for SessionAudit website.

  1. Open the Internet Information Services screen from the start menu or run the inetmgr command from Start\Run,

  2. Select SessionAudit site under Sites and right click on it,

  3. Select Edit Bindings,

  4. Select the http port 80 binding information and press the Edit button. Enter the address where SessionAudit management portal will be opened in the Host name field on the screen that comes up. Ex: sa4sc.domain.com, SessionAudit.domain.com etc. This field is not case sensitive on windows systems. After entering the name, click OK.

  5. Click Add on the Site Bindings screen. Select https in the Type field, leave port 443 as default. In the Host name field, retype the name just entered for http. Select the "Require Server Name Indication" option. Select the previously created certificate from the SSL certificate list and click OK.

  1. Click close to finish binging configuration.

Optional Step

If the SessionAudit site is always wanted to serve over https, any http request can be redirected to https with a configuration on IIS. https redirection is done by following the steps below.

  1. While the SessionAudit website is selected, click the HSTS option in the Configure heading on the Actions Pane,

  2. Select Enable,

  3. Select Redirect Http to Https and click OK.

Start SessionAudit Web

After all the processes are finished, follow the steps below and open SessionAudit.

  1. While the SessionAudit website is selected, run the website with the Manage Website \ Start command from the Actions pane,

  2. Before step 3 you need to set the database permissions. Before proceeding to step 3, follow the articles in the Database Permissions article and continue from this article.

  3. Switch to Application Pools screen, start two application pools named below.

  • SA4SCAgentApi

  • SA4SCSessionAudit

  1. Open SessionAudit web application using any of the popular web browsers (Chrome, Firefox, Safari and Opera). In the address bar, enter the address generated for DNS Site Access.

Last updated

Was this helpful?