The following two configuration management tools that use Configuration API are included in .net framework 2.0
ASP.net MMC Snap-in: Used to simplify administrative tasks, provides an integrated view of local configuration data from all levels
Web Site Adminsitration Tool: Used to manage configuration settings for local and remote applications, including hosted site
Classes for getting a Configuration object:
ConfigurationManager: Used in Client Application
WebConfigurationManager: Used in Web Application
Reading/Writing Configuration information:
Use GetSection(path) / GetSectionGroup method to read configuration information
The process that reads the information must have appropriate permissions
Use Save method to save modified configuration files
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment