Configuring HotDocs Hub to use HotDocs Web Services
You must manually change web.config settings in the HotDocsInterview and HotDocsTenancyResolver applications to enable the HotDocs Hub to connect to HotDocs Web Services.
Note: you only need to configure HotDocs Hub if you have installed HotDocs Server and Web Services.
In this Topic Hide
To change the HotDocsInterview WebServiceUrl setting
Web.config Settings
Web.config Setting | Hub Application | Example Values | Description | Note |
otDocsInterview |
https://{servername}/HDSWebAPI/api/hdcs/ |
The URL for the installed on-premise HotDocs Web Services, where machine-name is the name of the server. | ||
HotDocsTenancyResolver
|
None |
You must set CSRegion to None if you are using the on-premise HotDocs Web Services. |
To change the HotDocsInterview WebServiceUrl setting
- Open Internet Information Services (IIS) Manager.
- Navigate to Server > Sites > Default Web Site.
- Right-click the HotDocsInterview node.
- Select Explore.
- Edit the Web.config file using a text editor application.
- Change the value of the WebServiceUrl app setting to the URL for your installed HotDocs Web Service (see example URL above).
- Save your changes.
To change the HotDocsTenancyResolver CSRegion setting
- Open Internet Information Services (IIS) Manager.
- Navigate to Server > Sites > Default Web Site.
- Right-click the HotDocsTenancyResolver node.
- Select Explore.
- Edit the Web.config file using a text editor application.
- Change the value of the CSRegion app setting to None.
- Save your changes.
Next Step
Configuring HotDocs Web Services