Image caching

Images stored in the cache are auto refreshed 30 days after the images are downloaded, by default. Administrators can configure the frequency for refreshing these images through the Web.config xml file as displayed in this figure:

static content in Web.config

Based on your requirements, configure the xml setting:

Setting Description
XML file name and path [InstallPath]\Bizrightspresentation\Web.config
Node <static content>
Configuration setting

To configure the frequency, change the default value of the attribute <clientCache cacheControlMode="UseMaxAge" cacheControlMaxAge="30.00:00:00"/> to the required value.

Default value The default value is 30.00:00:00 (that is; 30 days, 0 hours, 0 minutes and 0 seconds).