This documentation is archived and is not being maintained.
WebConfigurationManager Methods
Visual Studio 2010
The WebConfigurationManager type exposes the following members.
| Name | Description | |
|---|---|---|
|
GetSection(String) | Retrieves the specified configuration section from the current Web application's configuration file. |
|
GetSection(String, String) | Retrieves the specified configuration section from the Web application's configuration file at the specified location. |
|
GetWebApplicationSection | Retrieves the specified configuration section from the current Web application's configuration file. |
|
OpenMachineConfiguration() | Opens the machine-configuration file on the current computer as a Configuration object to allow read or write operations. |
|
OpenMachineConfiguration(String) | Opens the machine-configuration file on the current computer as a Configuration object to allow read or write operations. |
|
OpenMachineConfiguration(String, String) | Opens the specified machine-configuration file on the specified server as a Configuration object to allow read or write operations. |
|
OpenMachineConfiguration(String, String, IntPtr) | Opens the specified machine-configuration file on the specified server as a Configuration object, using the specified security context to allow read or write operations. |
|
OpenMachineConfiguration(String, String, String, String) | Opens the specified machine-configuration file on the specified server as a Configuration object, using the specified security context to allow read or write operations. |
|
OpenMappedMachineConfiguration(ConfigurationFileMap) | Opens the machine-configuration file as a Configuration object, using the specified file mapping to allow read or write operations. |
|
OpenMappedMachineConfiguration(ConfigurationFileMap, String) | Opens the machine-configuration file as a Configuration object using the specified file mapping and location to allow read or write operations. |
|
OpenMappedWebConfiguration(WebConfigurationFileMap, String) | Opens the specified Web-application configuration file as a Configuration object using the specified file mapping and virtual path to allow read or write operations. |
|
OpenMappedWebConfiguration(WebConfigurationFileMap, String, String) | Opens the specified Web application configuration file as a Configuration object using the specified file mapping, virtual path, and site name to allow read or write operations. |
|
OpenMappedWebConfiguration(WebConfigurationFileMap, String, String, String) | Opens the specified Web-application configuration file as a Configuration object using the specified file mapping, virtual path, site name, and location to allow read or write operations. |
|
OpenWebConfiguration(String) | Opens the Web-application configuration file as a Configuration object using the specified virtual path to allow read or write operations. |
|
OpenWebConfiguration(String, String) | Opens the Web-application configuration file as a Configuration object using the specified virtual path and site name to allow read or write operations. |
|
OpenWebConfiguration(String, String, String) | Opens the Web-application configuration file as a Configuration object using the specified virtual path, site name, and location to allow read or write operations. |
|
OpenWebConfiguration(String, String, String, String) | Opens the Web-application configuration file as a Configuration object using the specified virtual path, site name, location, and server to allow read or write operations. |
|
OpenWebConfiguration(String, String, String, String, IntPtr) | Opens the Web-application configuration file as a Configuration object using the specified virtual path, site name, location, server, and security context to allow read or write operations. |
|
OpenWebConfiguration(String, String, String, String, String, String) | Opens the Web-application configuration file as a Configuration object using the specified virtual path, site name, location, server, and security context to allow read or write operations. |
Show: