I want to get a list of users in active directory. How would i achieve this in asp.net?
What objects and functions are invloved. Has anyone got any sample code?
I want to get a list of users in active directory. How would i achieve this in asp.net?
What objects and functions are invloved. Has anyone got any sample code?
I don't have any sample code right now, but I think using an external text file would do.
You can store your data in a normal .txt file or XML file. I usually use XML file for storing data in the project's directory.
Tutorials for reading and writing XML files are all over the internet for C#. Just search on Google!
Good Luck!