I need to protect an IIS site using forms authentication. I need the login page to query the active directory users, but I haven't been able to find much information on this.

I just need a simple login form that users in the company can login to using their AD credentials.

Any guidance?

link|improve this question
feedback

1 Answer

Check this KnowledgeBase article from Microsoft, explaining in detail how you can use ASP.NET with VB.NET to authenticate against Active Directory with a forms based page:

http://support.microsoft.com/kb/326340

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.