How can I figure out my LDAP connection string?

The ASP.NET Active Directory Membership Provider does an authenticated bind to the Active Directory using a specified username, password, and “connection string”. The connection string is made up of the LDAP server’s name, and the fully-qualified path of the container object where the user specified is located. The connection string begins with the URI LDAP://. … Read more