How to connect to ARS v8 from C# ?

Hello,  I found few related queries in the forum here around that but with no working sample code, etc.

Please advise.

Regards,
Pramod

Top Replies

Parents Reply
  • This article (which is part of a series of articles on managing AD with C#) is a useful start.

    Note at the bottom in the section that begins static DirectoryEntry where they are specifying an LDAP path for the object, change 'LDAP' to 'EDMS'.  This should redirect the bind request through the Active Roles server.

    For this to work, you will need to install the Active Roles ADSI provider on the host where you are running your scripts.

Children