|
Categories: Resources, Resources (images, locale)
|
Tags: Architects, Developers, 3. Advanced, Optimizing Performance, ASP.NET, Pre v6.3, v6.3
Revision:
1
Posted:
20/Aug/2009
Updated:
08/July/2010
Status:
Publish
Types: Article
|
This article needs more work to complete.
Static ResourcesObsolete starting with version 6.4This setting is obsolete, starting with version 6.4 and there is no Route folder style caching any more and no Route folder is created. Instead, Visual WebGui relies on ASP.NET and browser caching which was proven to be more efficient and stable. General
Static Resources, simply put, is a directory called "route", created automatically by the Visual WebGui framework under the virtual directory root on the server, in which all the (non dynamic) client resources of a Visual WebGui application are created, so the IIS can serve them as they are, without loading ASP.NET and Visual WebGui.
Where is it used
Static Resources are mostly used for achieving better performance in deployment environments, and should not be used in development environments, unless the developer does not add, change or remove resources from the application during the development phase. How to remove itSetting StaticResource to Off does not delete the "route" directory, but simply directs references to client resources to where they should be taken from, causing IIS to load ASP.NET and Visual WebGui for every request to retrieve a resource from the server. The "route" directory must then be removed manually. How to configureThis setting can either be set through the MS Visual Studio Visual WebGui integration project property-page or by manually editing web.config.
ReferencesForum threads
About the author
Related Articles
|
Resources
|
|
|
Tags:
Architects, Developers, XML, 1. Beginner, 2. Intermediate, 3. Advanced, Pre v6.3, v6.3, v6.4 and Later
|
|
|
Tags:
Developers, C#, JavaScript, VB.NET, 2. Intermediate, 3. Advanced, Customization, DHTML, jQuery, v6.3, v6.4 and Later
|
|
|
Tags:
Architects, Developers, XML, 1. Beginner, 2. Intermediate, 3. Advanced, Pre v6.3, v6.3, v6.4 and Later
|
|
|
Tags:
Architects, Developers, XML, 1. Beginner, 2. Intermediate, 3. Advanced, Pre v6.3, v6.3, v6.4 and Later
|
|
|
Tags:
Architects, Developers, XML, 1. Beginner, 2. Intermediate, 3. Advanced, Pre v6.3, v6.3, v6.4 and Later
|
|
|
Tags:
Architects, Developers, Visual WebGui Pipeline, XML, 1. Beginner, 2. Intermediate, 3. Advanced, Pre v6.3, v6.3, v6.4 and Later
|
|
|
|