Using Active Directory to authenticate users to your ASP.NET Web Site
ASP.NET membership provides the ability to authenticate users to your web application using forms based authentication against a database of users or directory services. This article explains the steps required to provide authentication against Active Directory, either for new sites with no authentication, or for existing sites using database authentication. Step 1 – Set up [...]



