Integrating LDAP Active Directory into your .Net Web Portal (C# or VB.NET)
Posted by: Patrick Santrys (aka wwwCoder) Blog,
on 02 Mar 2009 |
View original | Bookmarked: 0 time(s)
This article will guide you through the best practices and method of using LDAP Active Directory as your user store for credentials and account information in your web applications or portal that you will develop in C# or VB.Net.
When developing a web portal that uses Active Directory users, there are a few things that you need to consider in your web application?
- How will your web application communicate with Active Directory?
- How will you authenticate against Active Directory?
- How do you...