Accessing configuration files programatically
From Visual WebGui Wiki
| This article missing it's contents and needs writing. Please help contributing to this wiki and add contents. |
Contents |
Future contents
This article should discuss how to genrally access settings within configuration files programatically from a Visual WebGui application.
Where applyable, discuss the specific Visual WebGui settings and how to access them.
Also discuss (re)writing of configuration files and the implications that can have for your applications.
General reading of configuration
Reading web.config as XML
Samples of use
- Using VWGContext.Current.Config to read config data
- Accessing connection strings
- Generic XML reading of PrivateVersion in web.config
References
Forum Threads
- Using ConfigurationManager to read web.config settings
- Encrypting connection strings
- Updating web.config at runtime
Other references
- MSDN web.config available settings
- Manage web.config settings with Web Deployment Projects
- What are web.config and machine.config used for
- Sepcifying configuration settings in web.config
- What is a web.config file
- Creating and writing ASP.NET 2.0 custom configuration sections
- How to modify web.config at runtime
- ConfigurationManager class
- Reading web.config configuration settings from JavaScript
