Link to home
Start Free TrialLog in
Avatar of Matthew Kelly
Matthew KellyFlag for United States of America

asked on

IISADMPWD

I am running:
 - Windows 2003 SP2 x64
 - IIS 6
 
And am trying to get IISADMPWD to work.

I set 'IISADMPWD' as a virtual directory and registered the DLL (regsvr32.exe "c:\WINDOWS\system32\inetsrv\iisadmpwd\iispwchg.dll").

Additionally I changed PasswordChangeFlags from 6 to 0.

I am also using it over an SSL connection.

aexp.asp gives an error about SSL if I try to go to that page.
aexp2.asp always give Error object required when I submit the form even if I put the <domain>\<username> in the username field

I have been trying it on aexp2b.asp and aexp4b.asp but they all give 'Error -2147023569'.

From this KB it is a domain policy error, but there is no Active directory restrictions on the account: http://support.microsoft.com/kb/894825/
Avatar of Matthew Kelly
Matthew Kelly
Flag of United States of America image

ASKER

On the aexp2.asp if enter '@' instead of '\' in the username field, I get the 'Error number: -2147023569' message instead of teh 'Error: object required' message.

Any ideas?
ASKER CERTIFIED SOLUTION
Avatar of Matthew Kelly
Matthew Kelly
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial