If you already have the new site created in IIS skip to step 7:
- Open Internet Information Services
- Right click Sites and select Add Web Site
- Provide a name for the site
- Specify the path
- Change the port to the port you wish to use
- Click OK
- Right click the new site and select Add Application
- Enter MessageStatsReports for the Alias
- Change the Application pool to Quest Web Reports
- Enter the Physical Path to the Web Report files (Typically C:\inetpub\wwwroot\MessageStatsReports)
- Click OK
- Select the new MessageStatsApplication and in the Features View double click Authentication
- Enable the following:
- Anonymous Authentication
- ASP.NET Impersonation
- Windows Authentication
If you have not already installed the MessageStats Web Reports, be sure to choose 'Select a Virtual Site' on the Select Web Site page of the installer and enter new site and port.
If you have already installed the Web Reports you will need to modify the console and reports shortcut as follows:
- Open the MessageStats console
- Right click the MessageStats server name (third node from the top) and select Properties
- Select the Reports tab
- Change the Port number to the port number the new site is listening on
- Click OK
- Click Start | Programs | Quest Software | MessageStats
- Right click Quest MessageStats Reports and select Properties
- Change the URL by adding the port number of the new site. For example:
- http://<servername>:8081/MessageStatsReports - Click OK