I need to read Active Directory, search for users, and create custom functions.
I can use DirectoryEntry in C #, and Domain is just a physical server.
In my production environment, I have two physical domains with the same domain name. When I try to search for an AD user or create, I get the following exception.
Exception: "0000202B: RefErr: DSID-031007EF, data 0, 1 access points" [extended error 8235]
Please note that I have domain administrator rights in the domain, but I still have the same problem.
source share