配置 ASP.NET 身份验证方案,该方案用于识别查看 ASP.NET 应用程序的用户。

configuration 元素(常规设置架构)
??system.web 元素(ASP.NET 设置架构)
????authentication 元素(ASP.NET 设置架构)
<authentication 
   mode="[Windows|Forms|Passport|None]"
> 
   <forms>...</forms>
   <passport/>
</authentication>

Expand 图像属性和元素

Expand 图像备注

Expand 图像示例

Expand 图像元素信息

Expand image请参见