WebConfigurationManager::OpenMappedWebConfiguration Method
Opens the Web-application configuration file as a Configuration object using the specified file mapping to allow read or write operations.
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | 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. |
You use the mapping mechanism when you need to map your virtual directory hierarchy to a physical directory.

