ASP.NET with AD
-
Dear All, I using ASP.NET with AD. I can connect with my username and password, Can I get all username in AD?
Socheat
-
Dear All, I using ASP.NET with AD. I can connect with my username and password, Can I get all username in AD?
Socheat
You want to authenticate user from Active Directory ? Or want to list of all user name from AD ? Read this article, This will help you to find out all the answer. Howto: (Almost) Everything In Active Directory via C#[^]
Abhijit Jana | Codeproject MVP Web Site : abhijitjana.net Don't forget to click "Good Answer" on the post(s) that helped you.
-
You want to authenticate user from Active Directory ? Or want to list of all user name from AD ? Read this article, This will help you to find out all the answer. Howto: (Almost) Everything In Active Directory via C#[^]
Abhijit Jana | Codeproject MVP Web Site : abhijitjana.net Don't forget to click "Good Answer" on the post(s) that helped you.
Yes, I want toget all user name from AD
Socheat
-
Yes, I want toget all user name from AD
Socheat
Try DirectorySearcher class.
Arun Jacob http://codepronet.blogspot.com/