次の方法で共有


add Element for system.ftpServer [IIS Settings Schema]

Note

For more information about the add element, see the following topic on the Microsoft IIS.net Web site: Adding FTP Provider Activation Data <add>.

Specifies a unique key/value pair, which defines a custom parameter that an FTP custom provider requires.

Syntax

Attributes and Elements

The following sections describe attributes, child elements, and parent elements.

Attributes

Attribute

Description

key

Required string attribute.

Specifies the unique name of the key for the key/value pair.

There is no default value.

value

Optional string attribute.

Specifies the unencrypted value for the key/value pair.

Note

If the value attribute is used, do not use the encryptedValue attribute.

There is no default value.

encryptedValue

Optional string attribute.

Specifies the unencrypted value for the key/value pair.

Note

If the encryptedValue attribute is used, do not use the value attribute.

There is no default value.

Child Elements

None

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.

providerData

Specifies the collection of key/value pairs that contain the data for a custom provider.

Remarks

For more information about the add element, see the following topic on the Microsoft IIS.net Web site: Adding FTP Provider Activation Data <add>.

Element Information

Configuration locations

ApplicationHost.config

Requirements

IIS 7

See Also

Reference

providerData Element for system.ftpServer [IIS Settings Schema]