Configuring HotDocs Advance to use the Core Assembly Service

To use the HotDocs Core Assembly Service with HotDocs Hub, you must configure the Hub UI application (HotDocsTemplateHubUi) to communicate with the Assembly Service.

HotDocsTemplateHubUi Web.config Settings

Web.config Setting Description Example Values Note
FeatureToggle.CoreInterviewsEnabled   Enable or disable HotDocs Core Assembly Service interviews in HotDocs Hub.
  • true
  • false
You must set this to true.
CoreAssemblyUrl The base URL of the AssemblyService application. https://yourorganization.com  
CoreAssemblyHostedName The name of the AssemblyService application in IIS. /AssemblyService  
CoreAssemblyInterviewSessionRoute The partial URL of the Assembly Service session route. /AssemblyService /ipi/session  
CoreAssemblySessionRequestRoute The partial URL of the Assembly Service session route. /AssemblyService /api/session  

To configure HotDocs Advance UI to use the Core Assembly Service

  1. Open Internet Information Services (IIS) Manager.
  2. Navigate to Server > Sites > Default Web Site.
  3. Right-click the HotDocsTemplateHubUi node.
  4. Select Explore.
  5. Edit the Web.config file using a text editor application.
  6. Edit the settings listed in the web.config settings table above.
  7. Save your changes.

Next Step

Configure the Core Assembly Service to use HotDocs Hub