views:

26

answers:

1

Hi All, how to remove user account from active directory programmatically in asp.net? Please help me id this. Regards, Abhimanyu

A: 

Can be easily googled, see

http://www.dotnet4all.com/dotnet-code/2004/11/how-to-delete-user-from-active.html

and here for the pitfalls using it with ASP.NET:

http://support.microsoft.com/kb/329986

BrokenGlass