Configuring - General Tab - Disable Obscuring
Categories: Resources
|
Tags: Architects, Developers, XML, 1. Beginner, 2. Intermediate, 3. Advanced, Pre v6.3, v6.3, v6.4 and Later
Revision:
1
Posted:
05/Oct/2009
Updated:
07/June/2010
Status:
Publish
Types: Reference
|
OverviewThis article is a part of articles on Configuring Visual WebGui application General tab
Settings| Disable Obscuring | Default value | web.config | Description |
|---|
Disable Obscuring
| 0
| <system.diagnostics>
<switches>
<add name="VWG_DisableObscuringSwitch" value="0" />
</switches>
</system.diagnostics>
| Values can be 0 and 1
| GeneralThis setting is to control an optimization setting In the Visual WebGui framework that is called obscuring. Obscuring, which is active when setting the switch = 0, basically massively compresses the client code files that are loaded to the client computer on it's first call to the application. This process also changes the names of Javascript functions, function calls and variables.
Allthough you gain more speed and smaller footprint of client code, obscuring makes it more complex to access JavaScript functions and variables, as their name have been changed.
ReferencesArticles
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, Visual WebGui Pipeline, 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
|
|
|
|