Installing the Spell Checker Service

Perform the following steps to install the Titania Spell Checker service.
  1. Unzip the contents of the TitaniaSpellChecker_vXXX.zip file to a folder on the IIS server. For example, C:\Titania\SpellChecker.
  2. Launch IIS Manger and complete the following step:
    1. Right-click on Sites and select Add Website.
  3. In the Add Website window, update the following values:
    1. Enter TitaniaSpellChecker in the Site name field.
    2. Enter the location of the Spell Checker distribution folder in the Physical path field from Step 1.
    3. Change the Binding Type to https.
    4. Set the Port to an unused port number
    5. In the SSL certificate drop-down, select the previously installed certificate. This certificate is typically installed by your corporate IT. Installation of the certification is outside the scope of this manual.
    6. Click OK.
  4. On the new website, Edit Permissions to include the IIS_IUSRS group and give the group Full Control. This may be a local group to the server. So when adding the group and checking the name, make sure the location is pointing to the local computer. These permissions are required to enable logging.
This completes the installation of theTitania Spell Checker service.

Note: Authentication is not required by this service. If necessary, IIS can be configured to authenticate this service by restricting IP addresses that can access the service. The steps to configure IIS to restrict IP addresses are outside the scope of this guide.