providerData Element for system.ftpServer [IIS Settings Schema]
Note
For more information about the providerData element, see the following topic on the Microsoft IIS.net Web site: Provider Activation Data <providerData>.
Specifies the collection of key/value pairs that contain the data for a custom provider.
Syntax
Attributes and Elements
The following sections describe attributes, child elements, and parent elements.
Attributes
Attribute |
Description |
---|---|
name |
Required string attribute. Specifies the friendly name of the custom provider. Note This name must match the name of a provider that is specified by a providerDefinitions.add element. There is no default value. |
Child Elements
Element |
Description |
---|---|
add |
Optional element. Adds a data entry for a custom provider. |
clear |
Optional element. Clears the data for a custom provider. |
remove |
Optional element. Removes a data entry for a custom provider. |
Parent Elements
Element |
Description |
---|---|
configuration |
Specifies the root element in every configuration file that is used by IIS 7. |
system.ftpServer |
Specifies the top-level section group in which this element is defined. |
providerDefinitions |
Specifies a collection of custom FTP providers. |
activation |
Specifies a collection of custom name/value pairs that specify any parameters that a custom FTP provider requires. |
Remarks
For more information about the providerData element, see the following topic on the Microsoft IIS.net Web site: Provider Activation Data <providerData>.
Element Information
Configuration locations |
ApplicationHost.config |
Requirements |
IIS 7 |