Configuration Class
IIS 7.0
Represents a configuration file for a particular computer, application, or resource.
Namespace:
Microsoft.Web.Administration
Assembly: Microsoft.Web.Administration (in Microsoft.Web.Administration.dll)
The Configuration type exposes the following members.
| Name | Description | |
|---|---|---|
|
RootSectionGroup | Gets the root configuration section group for this Configuration object. |
| Name | Description | |
|---|---|---|
|
Equals | (Inherited from Object.) |
|
Finalize | (Inherited from Object.) |
|
GetEffectiveSectionGroup | Gets the effective section groups for the configuration file. |
|
GetHashCode | (Inherited from Object.) |
|
GetLocationPaths | Gets an array of all location paths that are specified in the configuration file. |
|
GetMetadata | Gets metadata from the IIS 7 configuration system. |
|
GetSection(String) | Returns the configuration section by using the specified section path. |
|
GetSection(String, String) | Returns the configuration section by using the specified section and location paths. |
|
GetSection(String, Type) | Returns a strongly typed configuration section by using the specified section path. |
|
GetSection(String, Type, String) | Returns a strongly typed configuration section by using the specified section and location paths. |
|
GetType | (Inherited from Object.) |
|
MemberwiseClone | (Inherited from Object.) |
|
RemoveLocationPath | Removes a location path from the current configuration file. |
|
RenameLocationPath | Renames the location in the configuration file. |
|
SetMetadata | Sets metadata in the IIS 7 configuration system. |
|
ToString | (Inherited from Object.) |