Configuring - General Tab - Disable Caching

From Visual WebGui Wiki

Jump to: navigation, search

Overview

This article is a part of articles on Configuring Visual WebGui application General tab

Settings

Disable Caching Default value web.config Description
Disable Caching
0
<system.diagnostics>
   <switches>
      <add name="VWG_DisableCachingSwitch" value="0" />
   </switches>
</system.diagnostics>

Values can be 0 or 1

General

By disabling caching (setting = 1), no client side cache will be kept for the XSLT/CSS/JS of the controls in your application. This can be a good thing to free you of some unnecessary caching issues while developing your application, but it should not be disabled for an application that has been deployed to a webserver.


Personal tools