为基于窗体的自定义身份验证配置 ASP.NET 应用程序。

configuration 元素(常规设置架构)
??system.web 元素(ASP.NET 设置架构)
????authentication 元素(ASP.NET 设置架构)
??????authentication 的 forms 元素(ASP.NET 设置架构)
<forms 
   name="name" 
   loginUrl="URL" 
   defaultUrl="URL"
   protection="[All|None|Encryption|Validation]"
   timeout="[HH:MM:SS]"
   path="path"
   requireSSL="[true|false]"
   slidingExpiration="[true|false]">
   enableCrossAppRedirects="[true|false]"
   cookieless="[UseUri|UseCookie|AutoDetect|UseDeviceProfile]" 
   domain="domain name">
   <credentials>...</credentials>
</forms>

Expand 图像属性和元素

Expand 图像备注

Expand 图像示例

Expand 图像元素信息

Expand image请参见