I followed this link: https://bugnet.codeplex.com/wikipage?title=Configure%20Active%20Directory%20%2f%20Windows%20Authentication&referringTitle=Documentation . But it didn't work. My domain is: LDAP://**.***.*.**:389/DC=**,DC=**.
Thanks in advance
Comments: The forms authentication will not work against and AD source, you will have to change to windows authentication in the web.config and disable anonymous access in IIS. The AD integration only creates the user automatically when they login.
Thanks in advance
Comments: The forms authentication will not work against and AD source, you will have to change to windows authentication in the web.config and disable anonymous access in IIS. The AD integration only creates the user automatically when they login.