i'm tring to browse an OpenLDAP server with (ASP) .NET 2.0 encrypted with TLS. I followed instructions and my code is: using System.DirectoryServices.Protocols; public string ldapAuth() { string domainNameandPort = "ldap.server.com" ; //i tested with ldap.server.com:389 string userName...