Configure the Staging web service
- Last UpdatedAug 14, 2026
- 3 minute read
Tip: Check you have the correct features installed as shown in Web server (IIS) role feature installation.
-
Open the Internet Information Service (IIS) Manager.
-
Expand the root level, right-click Application Pools and select Add Application Pool.

-
Enter the name Staging as shown below and click OK.

-
Right-click the newly created Staging application pool and select Advanced Settings.

-
Click the ellipsis next to ApplicationPoolIdentity.
-
Select NetworkService from the Built-in account list and click OK.

-
Right-click the Sites folder and choose Add Website. The Add Website dialog box opens.

-
Enter a value for Site name, for example Staging.
-
If the Staging application pool is not already selected, click Select. The Select Application Pool dialog box opens.

Choose the Staging application pool from the list and click OK.
-
Click the ellipsis button to the right of the Physical Path field. In the Browse For Folder dialog box, select the Release folder of the staging service installation (<StagingServiceBuild>\Release) and click OK.

-
In the Binding section, select https from Type.

Make the necessary changes to IP address, Host name and other fields, according to your network configuration.
-
Choose the relevant certificate from the SSL certificate list.
-
Click OK to close the dialog box.
-
Select the Staging website you just created and double-click the Authentication icon.

-
Set Windows Authentication to Enabled and all other authentication types to Disabled.