Click here to Skip to main content
15,898,035 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
I have configured active directory in my server 2008. We have a web project using asp.net mvc named Audit planning and Execution Software(Apex2).
What we want to do is to authenticate Active directory users for this project.
I can get all active directory users, groups, users of a group etc.
I want to add users in active directory for the Apex2 project only using asp.net.
I also want to display only the users and groups of Active Directory registered with the Apex2 project only. And I also want to add active directory users from whole AD list to our project's AD list.
Can you please tell me, how will I do this. Shall I create an Organizational Unit and maintain all users and groups there for our project? or is there any other way to do this?

Thank You
Posted

1 solution

Hello,

I would suggest you read the following article that describe almost everything you can do with c# for active directory.

http://www.codeproject.com/KB/system/everythingInAD.aspx
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900