|
Querying Non Active Directory LDAP Server -- Dean --
Hello, I'm trying to query a non Active Directory LDAP server via ASP.NET. I have used System.DirectoryServices to query my domain's LDAP server before but I cannot successfully use it to connect to the non AD on the main campus. I have found System.DirectoryServices.Protocols.LDAPConnection but don't know how to correctly use it. The code examples I have found online utilize a Novell classes so they are not much help. Or do I need to try another method? I would greatly appreciate any assistance provided in solving this issue. Dean |