Overview of asp+| Concepts
A major requirement for any Web application server is a rich and flexible configuration system that enables developers to
Installed applications "Easily connect with" set data "without having to place setting values into the program code, and make administrators easy to tune
Integer, customizing these settings values post-deployment.
The asp+ configuration system is dedicated to meeting these two prerequisites. To do this, it passes a hierarchical configuration infrastructure so that the extended configuration data can be
Save and run through the entire asp+ application. At the same time, Asp+ provides a rich set of initial settings.
The asp+ configuration system provides some benefits:
1. Configuration information is stored in an xml-based configuration file. Administrators and developers can use any standard text editor, XML parser, or Perl script
Explain and update configuration settings.
2. The configuration information is stored in the file, and it is placed under the same directory tree as the rest of the application. This makes the asp+ application very easy to install,
Just use Xcopy or FTP.
3, the configuration system is easy to expand. You can store your own configuration criteria and settings in the configuration system.
4. Changes to the asp+ configuration file are automatically detected by the system and submitted without user intervention. System administrators do not need to move the system to make the changes live
Effect.
5. The configuration information is graded and submitted for application. subdirectories inherit or overwrite configuration settings derived from the parent directory. This allows different applications or individual applications to
The different parts have different settings.
sunadm@2k1019 dotnetcn.com