WebConfigurationManager.OpenWebConfiguration Method
.NET Framework 4
Opens the Web-application configuration file as a Configuration object.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
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. |