RESOLUTION
To resolve this behavior, change the relative path that is specified in the metabase to an absolute path. Use the Mdutil.exe utility that is included with the Windows NT 4.0 Service Pack 6a (SP6a) source files, to set the appropriate value in the metabase.
NOTE: Do not use the version that is included in the Windows NT Option Pack 4.0. Also, this utility is not included in Windows 2000.
Change the appropriate metabase value based on whether you have set up the computer to allow secured password changes or unsecured password changes. If you are using secured password change pages, run the following command:
mdutil.exe SET w3svc/AuthExpiredUrl "http://servername/iisadmpwd/aexp.htr"
If you are using unsecured password change pages, run the following command
mdutil.exe SET w3svc/AuthExpiredUnsecureUrl "http://servername/iisadmpwd/aexp3.htr"
where
servername is the computer name of your proxy server or a Fully Qualified Domain Name (FQDN) of the proxy server.
NOTE: The quotation marks in these commands are
not optional; they are used to set a string value in the metabase.
After you have set the appropriate value, restart the IIS services by running the Iisreset.exe command-line utility on the server.