Enabling Caching for the Web Client - Gateway Caching Server - Foundation 23.1 - Foundation 23.1 - Ready - OnBase - Essential - Premier - Standard - external - Essential - Standard - Premier

Gateway Caching Server

Platform
OnBase
Product
Gateway Caching Server
Release
Foundation 23.1
License
Essential
Standard
Premier

The following steps describe how to configure the Web Client to use the Gateway Caching Server.

  1. Open the Web Server's Web.config file.
  2. Locate the ApplicationServer element.
  3. Set the ApplicationServer Url to the local gateway's service.asmx page. For example:
    <ApplicationServer Url="http://gatewayServer/ClevelandGateway/service.asmx" ServiceClientType="SOAP"/>
  4. In the ApplicationServer element, ensure the extension of the service page is .asmx and the ServiceClientType is SOAP. Remoting is not supported with the Gateway Caching Server
  5. Save and close the Web.config file.