Click here to Skip to main content
15,901,505 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi Guys,

I need to push a new user into Active Directory. Is that possible via SQL or ASP.NET.
Please help urgently.

Thanks in advance.
Posted

Hi Rakesh,

Through SQL it is not possible.

Please go through below links for better understanding.



http://www.ianatkinson.net/computing/adcsharp.htm[^]




https://gazishaheen.wordpress.com/create-read-update-actide-directory-users-with-c/[^]



Thanks & Regards
Ashish Anand
 
Share this answer
 
v2
As mentioned in your other post, MSDN has a good article. Use the System.DirectoryServices namespace.

See https://msdn.microsoft.com/en-us/library/ms180904(v=vs.80).aspx[^] for an example.
 
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