-1

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?

Omar
  • 16,329
  • 10
  • 48
  • 66
user1786107
  • 2,921
  • 5
  • 24
  • 35

1 Answers1

0

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!

rqmok
  • 834
  • 2
  • 9
  • 20
  • How does this in any way answer the question asked, or even the question that it may be trying to address? Basically this selected answer is "Google something irrelevant" – johnc Mar 23 '20 at 20:57