To modify this section of the GIS Service web.config file, follow these steps:
- Open the GIS Service web.config file using a text editor such as Notepad.
-
Modify the following settings as needed:
Setting
Description
<ApplicationServer Url="https://localhost/AppServer/service.rem" ServiceClientType="Remoting" />
Set the ApplicationServer Url equal to the address of your Application Server, and set the ServiceClientType equal to the corresponding value (Remoting or SOAP).
Note:This setting must match the AppServer URL setting used in your OnBase Web Server web.config file.
- Save and close the web.config file.