.NET
aspform.txt
Associated article: ASP.NET Forms Authentication Best Practices
Tags: Web Development .NET
Published source code accompanying the article by Douglas Reilly in which he discusses ASP.NET-based web sites and how to use ASP.NET Forms Authentication. Also see ASPFORM.ZIP.
ASP.NET Forms Authentication Best Practices
by Douglas Reilly
Listing One
(a)
<authentication mode="Forms" >
<forms
loginUrl="login.aspx"
protection="All"
timeout="30"
path="/" />
</authentication>
(...


