Configuring - General Tab - Static Resources
From Visual WebGui Wiki
Contents |
Obsolete setting starting with version 6.4
StaticResources is obsolete starting with version 6.4, and instead Visual WebGui relies on ASP.NET and browser caching.
Overview
This article is a part of articles on Configuring Visual WebGui application General tab
Settings
| Static Resources | Default value | web.config | Description |
|---|---|---|---|
| Static Resources | Off | <WebGui> <StaticResources Mode="Off" /> </WebGui> | Values can be On or Off |
General
Having Static Resources On means the first time the application is hit, it will cache all it's resources under a Route folder within the web application folder. This mean quicker access for deployed applications, but it means a longer load time first time the app is run after each deployment.
Reccomended setting is to have it Off while developing, but set it On when you deply to a webserver.
Note that keeping this switch On while developing within Visual Studio, mean one more level of caching to think about. When clearing all cache, make sure you remember to clear the Route folder also.
