WebConfigurationManager Class
IIS 7.0
Provides access to configuration files for Web applications.
Namespace:
Microsoft.Web.Administration
Assembly: Microsoft.Web.Administration (in Microsoft.Web.Administration.dll)
| Name | Description | |
|---|---|---|
|
GetSection(String) | Retrieves the specified configuration section from the current application's configuration file. |
|
GetSection(HttpContext, String) | Retrieves the specified configuration section from the application's configuration file in relationship to the specified context. |
|
GetSection(String, String, String) | Retrieves the specified configuration section by using the Web site name, virtual path, and section path. |
|
GetSection(HttpContext, String, Type) | Retrieves the specified configuration section by using the specified configuration section type from the application's configuration file in relationship to the specified context. |
|
GetSection(String, String, String, Type) | Retrieves the specified configuration section by using the Web site name, virtual path, section path, and run-time type. |