I am new to Active Directory and asp.net authentication and following this article http://msdn.microsoft.com/en-us/library/ms998360.aspx
to get it done. In one place in the article, it says to define the Active Directory connection string, and the example given is:
<connectionStrings>
<add name="ADConnectionString"
connectionString="LDAP://testdomain.test.com/CN=Users,DC=testdomain,DC=test,DC=com" />
</connectionStrings>
I have no idea about this connection string. Can anyone please explain what this connection string is or point to some article which has details. I have other Active Directory experts in the team but they are network admins. so another way for me to know how to explain to them what i need?
thanks