Configuring the HotDocs Server runtime files cache
To ensure that you always use the most up-to-date HotDocs Server runtime files, you must disable file caching for HotDocs Server.
To configure the HotDocs Server runtime files cache
On the server where HotDocs Server is installed:
- Open Internet Information Services (IIS) Manager.
- Right-click the HDServerFiles application
- Select Explore.
- Edit the web.config file in a text editor application.
- Add the following XML snippet inside the system.webserver
section of the web.config:
<staticContent> <clientCache cacheControlCustom="private" setEtag ="false" cacheControlMode="DisableCache" /> </staticContent>
- Save your changes to the web.config file.
Next Steps
- (Optional) Configure HotDocs Server to serve runtime files – you only need to complete this step if HotDocs Server is installed on a domain different than the domain under which HotDocs Hub is installed
- Configure SQL Server