Adding Web shares manually

When you run the RMS install program, you are asked if you would like to create the default web shares. If you chose No, the web shares will need to be created manually.

To create the web shares manually, you will need to either:

Once you have created a virtual web directory or Web site you will need to:

These directories can then be shared to provide entry points to the RMS. For example, if your web site URL is example.com you might want to access the RMS as follows:

http://example.com/rms/ or http://example.com

For these web entry point to function you must tell the web server that the web share name (virtual directory name) or the web site maps onto the directory in which you have installed the RMS web service.

Create a virtual directory

To create a Virtual Directory for RMS:

  1. Open the Internet Information Service (IIS) console

  2. Right click on the Default Web Site

  3. Select Virtual Directory from the New sub menu and follow the wizard

  1. Enter an alias for the Virtual Directory. This will be referenced in the URL used to access the RMS

  2. Click Browse to locate the path for the Virtual Directory. This will be the folder where the RMS Web service is installed

Default location is C:\Program Files\Questionmark\RMS\Web

  1. Place a check mark in the Read and Run scripts (such as ASP) check boxes

  2. Continue the steps in the wizard until it is finished

  3. Right click the Virtual directory you created and select Properties

  4. Select the ASP.NET tab

  5. Select 2.0.5xxxx from the ASP.NET drop-down list

  6. Click OK to save the changes

  7. A new Virtual Directory has been created, you will need to create the correct default content page. For further instructions refer to Applying the default content pages.

Create a new Web site (Windows Server 2003 only)

To create a Virtual Web site for RMS:

  1. Open the Internet Information Service (IIS) console

  2. Right click on the Default Web Site and select Stop

  3. Right click on the Web Sites folder and select Web Site from the New sub menu and follow the wizard

  4. Enter a description for the Web site

  5. Enter the IP address or leave as All Unassigned (depending on your network setup) and set the Port if necessary

Port settings can be used if you are running more than one Web site on a single server and you want to keep the URLs similar. For example, using port 81 will create an RMS url with the following syntax:

http://example.com:81/

This will point to a different web site than the http://example.com/ URL. If you are going to use ports you can start the Default Web Site once you have completed these steps

  1. Click Browse to locate the path for the Web site. This will be the folder where the RMS Web service is installed

Default location is C:\Program Files\Questionmark\RMS\Web

  1. Place a check mark in the Read and Run scripts (such as ASP) check boxes

  2. Continue the steps in the wizard until it is finished

  3. A new Web site has been created, you will need to assign an application pool to it and create the correct default content page. For further instructions refer to Assigning application pools and setting the .NET Framework to version 2.0 and Applying the default content pages.

Assigning application pools and setting the .NET Framework to version 2.0 (Windows Server 2003 only)

The RMS uses the .NET 2.0 Framework. If you are using other services on your web server that use the .NET 1.1 Framework (i.e., Perception) you will need to configure a separate application pool and assign it to the Web site or Virtual directory to use it.

To create an application pool:

  1. Open the Internet Information Service (IIS) console

  2. Right click on the Application Pools folder and select Application Pool from the New sub menu

  3. Insert an ID for the application pool

  4. Select the use default settings for new application pool option

  5. Click OK to create the application pool

  6. Right click the Web site or the Virtual directory created earlier and select Properties

  7. Select the Home Directory Tab

  8. Select the application pool you created from the Application Pool drop-down list

  9. Select the ASP.NET tab

  10. Select 2.0.5xxxx from the ASP.NET drop-down list

  11. Click OK to save the changes

Applying the default content pages

The default content pages are used to automatically load the correct web page when a URL is types in to a browser. To select the correct content page for RMS:

  1. Open the Internet Information Service (IIS) console

  2. Right click the Web site or the Virtual directory you created earlier and select Properties

  3. Select the Documents tab

  4. Ensure a check mark is placed in the Enable default content page check box

  5. Click Add...

  6. Insert LoginPage.aspx into the Default content page text box and click OK

  7. Click OK to save the changes