Configuring HotDocs Hub to use HotDocs Web Services

You must manually change web.config settings in the HotDocsInterview application 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

Web.config Settings

To change the HotDocsInterview web.config settings

Web.config Settings

Hub Application Web.config Setting Example Values Description
HotDocsInterview WebServiceUrl

https://{machine-name}/HDSWebAPI/api/hdcs/

 
The URL for the installed on-premise HotDocs Web Services, where machine-name is the name of the server.

To change the HotDocsInterview web.config settings

  1. Open Internet Information Services (IIS).
  2. Navigate to Server > Sites > Default Web Site > HotDocsInterview.
  3. Right-click the HotDocsInterview node.
  4. Select Explore.
  5. Edit the Web.config file using a text editor application.
  6. Change the value of the WebServiceUrl app setting to the URL for your installed HotDocs Web Service (see example URL above).
  7. Save your changes.