i am writing an asp application on ADSI. after i edited information of a user, say full name and then fire "obj.setinfo" it seems ok. but when i retrieve that user's info. no any changed is affected. should i also need to modify some settings?
This is most likely a Win2K permissions issue. Right click the container in Active Directory that holds this object and alter the permissions on the object. You should allow the IUSR account of your computer the rights to make changes to that container and all child objects in it.