add Element for trustedProviders for management [IIS Settings Schema]
Note
For more information about the add element, see the following topic on the Microsoft IIS.net Web site: Adding Management Trusted Providers <add>.
Adds a provider to the collection of providers that are trusted to be run by IIS Manager and the Management Service (WMSVC).
Syntax
Attributes and Elements
The following sections describe attributes, child elements, and parent elements for this section.
Attributes
Attribute |
Description |
---|---|
type |
Required string attribute. Specifies the assembly-qualified type name for the provider. |
Child Elements
None.
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. |
trustedProviders |
Configures the providers that are trusted by IIS Manager and the Management Service (WMSVC). |
Remarks
For more information about the add element, see the following topic on the Microsoft IIS.net Web site: Adding Management Trusted Providers <add>.
Element Information
Configuration locations |
Root Administration.config |
Requirements |
Microsoft Internet Information Services (IIS) version 7.0 |