Configuration (v11)
Note
This documentation refers to the v11 package (or earlier) for Episerver. If you are using a newer version, please refer to the current configuration documentation.
You can configure ImageVault Connect for Episerver using the standard client configuration as explained in the installation documentation.
There exists some other options that allows you to control the product even further. These configuration options are added into the web.config of the Episerver site as standard appSettings.
iv:disablePagePingOnPublish
Normally when you publish a page, the plugin tries to access the page using the published page url in order to trigger events that records what media is used on what page. This behavior can be turned off by setting this configuration option to true.
<add key="iv:disablePagePingOnPublish" value="true"/>
iv:disableClaimRemap
As default, default rules for Claim remapping is applied when the ImageVaultModule is initialized. You can disable this behavior by setting this configuration value to true.
<add key="iv:disableClaimRemap" value="true"/>