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:

  1. Open Internet Information Services (IIS) Manager.
  2. Right-click the HDServerFiles application
  3. Select Explore.
  4. Edit the web.config file in a text editor application.
  5. Add the following XML snippet inside the system.webserver section of the web.config:
    <staticContent>
         <clientCache cacheControlCustom="private" setEtag ="false" cacheControlMode="DisableCache" />
    </staticContent>
  6. Save your changes to the web.config file.

 

Next Steps

 

 

Table of Contents

Index

Glossary

-Search-

Back