Enabling Caching for the Web Client - Gateway Caching Server - Foundation 23.1 - Foundation 23.1 - Ready - OnBase - Premier - external - Standard - Essential - Premier - Standard - Essential - OnBase/Gateway-Caching-Server/Foundation-23.1/Gateway-Caching-Server/Installation/Client-Installation/Enabling-Caching-for-the-Web-Client - 2023-09-11

Gateway Caching Server

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

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.