how to remove user account from active directory in asp.net
How to remove user account from开发者_运维百科 active directory programmatically in asp.net?
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
精彩评论