Hello Doc's
I am using ASP.NET MVC architecture for my application.
I need to implement Forms Authentication with Active Directory LDAP. I googled a lot but unfortunately I din't find any success.
The closest I found was MIKE's BLOG (http://helios.ca/2009/05/04/aspnet-mvc-forms-authentication-with-active-directory/) but I found it difficult to understand.
I would appreciate if any one of you have tried implementing form authentication using LDAP windows active directory, suggest me some ways.
I have following information with me:
ldap_base_dn=
DC=production,DC=rediff ,DC=com
ldap_servers =
SBK-DC1.PRODUCTION.REDIFF.COM, SEC-DC1.PRODUCTION.REDIFF.COM
How do I use the above information ?
...
Go to the complete details ...