Configuration Files
Configuration files are XML files that can be changed as needed. Developers can use configuration files to change settings without recompiling applications. Administrators can use configuration files to set policies that affect how applications run on their computers.
Note |
|---|
| Managed code can use the classes in the System.Configuration namespace to read settings from the configuration files, but not to write settings to those files. |
This section describes the syntax of configuration files and provides information about the three types of configuration files: machine, application, and security.
In This Section
- Configuration File Format
-
Briefly describes the format of configuration files.
- Machine Configuration Files
-
Describes the contents of machine configuration files.
- Application Configuration Files
-
Describes the different types of application configuration files.
- Security Configuration Files
-
Provides the location of the security configuration files.
Note