[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

microsoft.public.dotnet.framework.sdk

How to Remove a LDAP entry?

Rudy

6/22/2004 4:16:00 PM

To All:

I want to remove an entry from LADP by using the follwoing codes but got
"protocol error occurred." exception. Do yo know what is it or what
authentication mode has to provide?

string path = item.Cells[4].Text;

DirectoryEntry wcPost = new DirectoryEntry(path);

wcPost.DeleteTree();

Thanks for all helper!!

Rudy