Please or Register to create posts and topics.

How to setup the public url in OfficeClip

To access OfficeClip on your mobile device or via extranet, you may need to make OfficeClip accessible via internet. In order to do these some settings are required in OfficeClip configuration.

Case 1: You want to access OfficeClip internally and externally using the same public url

In this case no change is required as the url will always be external url. However, some routers do not allow using the external address internally. In order to use the internal ip address inside the firewall please see case 2.

Case 2: You want to access OfficeClip internally and externally using different url

  1. Make a copy of dynamic.config file in the OfficeClip installation folder
  2. Add the following key value pair
    <add key="ExternalSiteRoot" value="https://http://www.mysite.com/" /> (note the / at the end of the value)
  3. Reset the application domain. This can be done by restarting the IIS website or running iisreset from the command prompt