Collapse AllExpand All Code: All Code: Multiple Code: Visual Basic Code: C# Code: Visual C++ Code: JScript
management Element [IIS Settings Schema]
Note: |
|---|
For more information about the management element, see the following topic on the Microsoft IIS.net Web site: Management <management>. |
Configures a Web server for remote management by using IIS Manager.

Attributes and Elements
The following sections describe attributes, child elements, and parent elements for this section.
Attributes
None.
Child Elements
Element | Description |
|---|
authentication | Optional element. Configures authentication settings for remote management of the Web server. |
authorization | Optional element. Configures authorization settings for remote management of the Web server. |
trustedProviders | Optional element. Configures the providers that are trusted by IIS Manager and the Management Service (WMSVC). |
Parent Elements
Element | Description |
|---|
configuration | Specifies the root element in every configuration file that is used by IIS 7. |
system.webServer | Specifies the top-level section group (in Administration.config) in which this element is defined. |

Remarks
For more information about the management element, see the following topic on the Microsoft IIS.net Web site: Management <management>.

Element Information
Configuration locations | Root Administration.config |
Requirements | Microsoft Internet Information Services (IIS) version 7.0 |

See Also