向用户配置文件提供程序集合添加配置文件提供程序实例。

此元素是 .NET Framework 2.0 版中的新元素。

<configuration> 元素
??system.web 元素(ASP.NET 设置架构)
????profile 元素(ASP.NET 设置架构)
??????profile 的 providers 元素(ASP.NET 设置架构)
????????profile 的 providers 的 add 元素(ASP.NET 设置架构)
<add 
    name="provider name" 
    type="fully qualified type reference"
    connectionStringName="connection string identifier"
    commandTimeout="number of seconds before a command times out"
    description="description of the provider instance"
    applicationName="application name for stored profile information" />

Expand 图像属性和元素

Expand 图像备注

Expand 图像示例

Expand 图像元素信息

Expand image请参见