WebConfigurationMap Class
Specifies the paths of the Machine.config and Web.config files.
Assembly: Microsoft.Web.Administration (in Microsoft.Web.Administration.dll)
| Name | Description | |
|---|---|---|
![]() | WebConfigurationMap() | Initializes a new instance of the WebConfigurationMap class by using the default path values for the Machine.Config and root Web.Config files. |
![]() | WebConfigurationMap(String, String) | Initializes a new instance of the WebConfigurationMap class by using the specified path values for the Machine.config and root Web.config files. |
| Name | Description | |
|---|---|---|
![]() | MachineConfigurationPath | Gets the file system path of the Machine.config file. |
![]() | RootWebConfigurationPath | Gets the file system path of the root Web.config file. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
You can use this class to provide configuration paths to methods such as ServerManager.GetAdministrationConfiguration and ServerManager.GetWebConfiguration.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


