Article ID: 894825 - Last Review: December 3, 2007 - Revision: 3.9 Troubleshoot problems with the Password Change pages that are included in IIS
On This PageSUMMARYThis article describes how to troubleshoot the different problems you may experience when you use the Password Change pages that are included with Microsoft Internet Information Services (IIS). INTRODUCTIONThe Password Change pages that are included with IIS let you
change user account passwords in a Web page. In each version of IIS, you may
experience problems when you use the Password Change pages. This article helps
you troubleshoot problems that you may experience and provides steps to make
sure that you are using the latest version of the Password Change pages for
each version of IIS. MORE INFORMATIONInstall the latest Password Change pagesBefore you start to troubleshoot the problem, make sure that you have the latest Password Change pages.IIS 4.0Note Because Microsoft Windows NT 4 is no longer a supported operating system, the pages that are included with IIS 4.0 will not be updated to address any problems. However, you can try to update the files by using the files that are included with Windows 2000.The pages that are included with Windows NT 4.0 Option Pack use the Ism.dll ISAPI extension. Because of the security problems that are associated with this extension, we recommend that do the following:
IIS 5.0 pre-Service Pack 4If IIS 5.0 is not upgraded to Windows 2000 Service Pack 4 (SP4), the Password Change pages still use the Ism.dll ISAPI extension. Because of the security problems that are associated with this extension, we recommend that you do the following:
IIS 5.0 post-Service Pack 4If IIS 5.0 has been upgraded to Windows 2000 Service Pack 4, contact Microsoft Product Support Services to receive and to install the hotfix that is described in the following Microsoft Knowledge Base article:831047
(http://support.microsoft.com/kb/831047/
)
FIX: You experience various problems when you use the Password Change pages in IIS 5.0
IIS 6.0When you are running IIS 6.0, contact Microsoft Product Support Services to receive and to install the hotfix that is described in the following Microsoft Knowledge Base article:833734
(http://support.microsoft.com/kb/833734/
)
FIX: You experience various problems when you use the Password Change pages in IIS 6.0
TroubleshootingAfter you have verified that you have the latest files installed, if you are still running into problems when you use the Password Change pages, see the following sections to help troubleshoot any problems.Anonymous User configurationMake sure that the Anonymous User is the same for both of the following locations:
You receive an "Object Required" error messageTo resolve this problem, register the Iispwchg.dll file. To register this file in IIS 4.0 and in IIS 5.0, type the following command at a command prompt:regsvr32 c:\winnt\sytem32\inetsrv\iisadmpwd\iispwchg.dll To register the file in IIS 6.0, type the following command at a
command prompt:regsvr32 c:\windows\system32\inetsrv\iisadmpwd\iispwchg.dll You receive an Error -2147022675 "User Not Found" error messageVerify that you correctly entered the user name. If no text box exists to enter the domain name separately, make sure that you enter the user name in either the Domain\UserName format or in the UserName@Domain format.You receive an Error -2147023545 "Cannot Access Domain Info" error messageVerify that the computer that is running IIS can access the domain controller for the domain that you are running on. Additionally, make sure that you are using a valid domain name.You receive an Error -2147024845 "Network communication problem" error messageThis error message translates to a network error message where the computer that is running IIS cannot communicate with the remote computer. Make sure that the domain controller is available for the domain in which you are trying to change the password. Also, make sure that the domain controller for the domain can communicate with the computer that is running IIS.You receive an Error -2147023569 "Account Restriction" error messageMake sure that no domain policy is in effect that prevents the user from changing the password. For example, a MinPasswordAge property restriction or a logon hour restriction may be in effect.You receive a "File Not Found" error messageTypically, this problem occurs when you click Change Password in a Microsoft Outlook Web Access (OWA) client. This problem occurs when one of the following conditions is true:
The user name is not populatedThis behavior is a side effect of using Anonymous Authentication on the Iisadmpwd virtual directory. If the user name must be populated, disable Anonymous Authentication so access to this virtual directory can be authenticated. If you do this, the Password Change pages can obtain the authentication information.The specified user name contains characters that are not validMake sure that the user name only contains characters that are valid. If this problem still occurs, upgrade to the latest script engine. This error occurs because problems occur when the script engine tries to perform a regular expression match of the user name against a set of characters that are not valid. To obtain the latest version of the scripting engine, visit the following Microsoft Developer Network (MSDN) Web site:http://www.microsoft.com/downloads/details.aspx?FamilyID=01592C48-207D-4BE1-8A76-1C4099D7BBB9&displaylang=en
(http://www.microsoft.com/downloads/details.aspx?FamilyID=01592C48-207D-4BE1-8A76-1C4099D7BBB9&displaylang=en)
When you click OK, you are prompted to submit the Password Change credentialsThis problem can occur if the client has not authenticated to IIS before the client submits the request. Typically, this problem occurs in OWA when the following conditions are true:
Server object ASP 0177 Class Factory could not supply requested classAfter you apply IIS 5 SP4 on the IIS 5-based Web server, if you click Password Change, you receive the following error message:Server object ASP 0177 Class Factory could not
supply requested class. IISadmpwd/aexp2b.htr, line 61" IISadmpwd/aexp2b.htr,
line 61 is Set objNet = Server.CreateObject("WScript.Network")
http://www.microsoft.com/downloads/details.aspx?FamilyID=c717d943-7e4b-4622-86eb-95a22b832caa&DisplayLang=en
(http://www.microsoft.com/downloads/details.aspx?FamilyID=c717d943-7e4b-4622-86eb-95a22b832caa&DisplayLang=en)
If Windows Script Host is already installed, resolve this problem
by registering %systemroot%\System32\Wshom.ocx.REFERENCES
For more information, click the following article numbers to view the articles
in the Microsoft Knowledge Base: 297121
(http://support.microsoft.com/kb/297121/
)
Using the Change Password feature with Outlook Web Access
833734
(http://support.microsoft.com/kb/833734/
)
FIX: You experience various problems when you use the Password Change pages in IIS 6.0
831047
(http://support.microsoft.com/kb/831047/
)
FIX: You experience various problems when you use the Password Change pages in IIS 5.0
331834
(http://support.microsoft.com/kb/331834/
)
Change password functionality replaced with Active Server Pages
271071
(http://support.microsoft.com/kb/271071/
)
How to set required NTFS permissions and user rights for an IIS 5.0 Web server
812614
(http://support.microsoft.com/kb/812614/
)
Default permissions and user rights for IIS 6.0
| Other Resources Other Support Sites
CommunityGet Help NowArticle Translations
|





















Back to the top