I need to change some attribute in Active Directory.
I have write a simple code to change the enabled/disabled status of a user
in AD.
If I insert this code in a .aspx page, it work's. But the same code in a
WebMethod don't work. If I read the AD, I don't have problem, but if I try to
change something it's say "General Access Denied" ( I hope this is correct
translated ).
Have the WebSerivces some permission less?
Thank's for your's help!
Dilip Krishnan - 16 Feb 2005 14:29 GMT
Hello Boni,
No it might be the way you have your authentication set up. It might be
that the asp.net page uses impersonation.... Check to see if the authentication
mechanism is the same for both of them
HTH
Regards,
Dilip Krishnan
MCAD, MCSD.net
dkrishnan at geniant dot com
http://www.geniant.com
> I need to change some attribute in Active Directory.
> I have write a simple code to change the enabled/disabled status of a
[quoted text clipped - 10 lines]
>
> Thank's for your's help!