In order to access the WorkView Client from within the OnBase Web Server, you must configure the Web Server's web.config file in a specific way. To configure the Web Server to access the WorkView Client:
- Open the Web Server's web.config file.
- Set EnableStandaloneWorkViewClient to true.
- Set WorkViewClientURL to the path of your WorkView Client URL. The following is an example of a value for this setting where my.domain is replaced with your domain: http://my.domain/WVCLIENT
- Save the web.config file.