WebConfigurationManager::OpenWebConfiguration Method
Opens the Web-application configuration file as a Configuration object.
Assembly: System.Web (in System.Web.dll)
| 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. |

