Associate
Hey Guys, I'm looking for some help with the following issue and I've googled till my eyes bled =/
We use an ASP page (with VBScript) to register users with Active Directory. The Code we are using works fine as a VBScript, and from the asp page when using IIS5, however we have upgraded to IIS6 and we now get a Permission Denied Error. Our investigations suggest this is fairly common after upgrading. We also tried using a COM object and setting it’s permissions to give it full access, all attempts have met with the same error.
The specific part of the code (in whatever form) that is giving this error is:
Code:oUser.SetPassword sUserPassword
We found that this line was nessacary to correctly set the password, previously we had been using:
Code:oUser.Put "userPassword", sUserPassword
but it seems that this no longer works properly in Windows 2003 server.
Can you please advise if there is a work around for this problem, we can make more source code available if required.