We recently upgraded our servers from Win2K w/IIS 5 to Win2K3 w/IIS 6.
Now we have the following problem:
When a user with an expired password attempts to log on, they are
correctly redirected to aexp.asp. Once they enter their old password
and new password (twice) and click submit, the page stays the same,
but the address bar changes from:
https://www.company.com to
https://www.company.com/iisadmpwd/achg.asp?https://www.company.com:443/
instead of displaying the message saying their password has been
successfully changed.
We've also noticed that although we have "Allow anonomous access" to
the virtual directory, customized images located in that VD are not
displayed. By this we're assuming that you have to be authenticated
to the site (which you can't be with an expired password) before you
can actually hit those pages.
The NTFS permissions for the VD are the same on both the old IIS 5
server and the new IIS 6 server.
What has changed between IIS5 and IIS6 to make this stop working?
If I can't get this working the way it should, would it be logical to
change the following properties in the metabase to point to a
different SSL site in the domain that doesn't require authentication
and have them change their password through there?
AuthChangeURL
AuthExpiredURL
AuthNotifyPwdExpURL
Thanks for any assistance