Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The default preview settings are configured in the Rest Service "web.config" file. A Locator administrator can modify these settings by editing the web_config_override.xml file found in "\Program Files\VirtualWorks\ViaWorks\RestService\Custom" or (for verson 2.9 or newer) "\Program Files\ayfie\Locator\RestService\Custom".

Example: To change the maximum file size supported for previews, add the following to the "web_config_override.xml" file and then run "web_config_override.bat":

<diff>

<replace type="@valuesel="/configuration/appSettings/add[@key='PreviewMaxFileSize']">99999999</replace>

</diff>

To run the "web_config_override.bat" file:

...