Creating the Services
The procedures on this page assumes that all websites and services are created in C:\Websites; if this differs on your system, adjust these instructions accordingly.
- Create a folder in C:\Websites (or your equivalent) called Services.
- Copy the STS folder to the Services folder.
- Copy the NotificationService folder to the Services folder.
- In IIS, create a virtual directory in the root folder of the default website called Services. The folder should be C:\Websites\Services (or your equivalent).
Creating the STS application
- In IIS, locate the STS folder within the Services virtual directory.
- Right-click the STS folder and choose Convert to application.
- Click the Select button and select the appropriate application pool from the list.
- In the IIS Authentication feature for the application, ensure that both Anonymous Authentication and Windows Authentication are enabled.
Creating the Notifications application
- In IIS, locate the NotificationService folder within the Services virtual directory.
- Right-click the NotificationService folder and choose Convert to application.
- Click the Select button and select the appropriate application pool from the list.
- In the IIS Authentication feature for the application, ensure that Anonymous Authentication is enabled.
This page was last edited on June 12, 2019, at 10:09.
Comments or questions about this documentation? Contact us for support!