add Element for serviceAutoStartProviders for system.applicationHost [IIS Settings Schema]
Note
For more information about the add element, see the following topic on the Microsoft IIS.net Web site: Adding Service Autostart Providers <add>.
Adds a provider to the collection of autostart providers.
Syntax
Attributes and Elements
The following sections describe attributes, child elements, and parent elements.
Attributes
None.
Child Elements
Element |
Description |
---|---|
add |
Optional element. Adds a provider to the collection of autostart providers. |
clear |
Optional element. Clears the collection of autostart providers. |
remove |
Optional element. Removes a provider from the collection of autostart providers. |
Parent Elements
Element |
Description |
---|---|
configuration |
Specifies the root element in every configuration file that is used by IIS 7. |
system.applicationHost |
Specifies the root element for configuring Web process settings. |
serviceAutoStartProviders |
Specifies a collection of managed assemblies that will be loaded when the AlwaysRunning is specifed for an application pool's startMode. |
Remarks
For more information about the add element, see the following topic on the Microsoft IIS.net Web site: Adding Service Autostart Providers <add>.
Element Information
Namespace |
ApplicationHost.config |
Schema Name |
IIS 7 |
See Also
Reference
serviceAutoStartProviders Element for system.applicationHost [IIS Settings Schema]