You are here: All Help Topics > CaseWare Working Papers > Environments and Electronic Licensing > Using a Non-Default Web Site
-- How Do I? --

Using a Non-Default Web Site

Run the SmartSync Server on a non-default web site once it is installed to the default web site. Use this procedure to set up additional SmartSync Server instances that are accessed under a different URL and that use different folders to store files.

Prerequisites

Complete the IIS server configuration and the SmartSync Server installation.

Procedure

  1. Open Administrative Tools | IIS Manager.

  2. In the Connections pane, click computer name | Sites.
  3. On the Actions pane, click Add Web Site.
  4. Type the following:

    • Site name.
    • Physical path location for the site folder or click to browse for, and create, a folder.
    • Type, IP address and Port.
    • For Host name, type in the name of the server.

  5. (If applicable) Copy all of the files from inetpub\webroot\SmartSync except the web.config file to the new site folder.
  6. On the Connections pane, right click on the new site and click Add Application. Add the SmartSync application.

  7. Select the new application and double click on Handler Mapping icon in the center pane.

  8. On the Actions pane, click Add Script Map.

  9. Type the following (items in bold will vary):

    • Request path: *.sync
    • Executable: C:\inetpub\wwwroot\new web site folder\SmartSync.dll
    • Name: user defined

  10. Click Request Restrictions and clear Invoke handler only if request is mapped to. Click OK.

  11. Click OK to close Add Script Map. On the confirmation message, click Yes.
  12. Select the new application and double click on Request Filtering icon in the center pane.
  13. On the Actions pane, click Deny File Name Extension.
  14. Enter .dll in the Deny File Name Extension dialog.

Results

The non-default web site has been initialized. The following procedures in this section and under SmartSync Server Post-Installation Configuration also need to be applied to the non-default web site for the set up to be complete..

  • Remove the handler mapping and the original application from the default web site when transferring the SmartSync server to a new site and not setting up an additional server.
  • Each separate site can be run by a different account.