ASP.NET 2.0 Web.Config Lessons Learned
ASP.NET 2.0 Web.Config are much different then 1.0/1.1. I’ll be keeping a running log of the changes I have found, watch outs, and a general lessons learned.
<authentication mode=“Forms“>
<forms loginUrl=“Login.aspx“ name=“.ADAuthCookie“ timeout=“480“ slidingExpiration=“true“/>
</authentication>
Written by Tim on April 21st, 2006 with no comments.
Read more articles on asp.net.