Maybe its pushing an non-existant URL? I know this is article is specific to 2000 and 2003 maybe something similar is happening with 2003 & 2007
Just a thought http://support.microsoft.com/kb/297121/en-us * When the back-end server is Windows 2000 (IIS 5.0) and the front-end server is Windows 2003 (IIS 6.0), users who attempt to change their password through Outlook Web Access (OWA) will get a 404 or a "Page not found" error message in their browser. This error message appears because the URL that is generated by the back-end server points to the Aexp2b.htr file. However, this file does not exist by default on a Windows 2003 front-end server. Therefore, you must copy the appropriate set of files to the front-end server and configure the front-end server to handle these files correctly. To do this, follow these steps: 1. At the command prompt on the front-end server, change to the %windir%\system32\inetsrv\IISADMPWD directory. Type the following:copy Aexp2b.asp Aexp2b.htr 2. Add a Script Mapping for the .htr extension on the front-end server. * In the ISM browse to the IISADMPWD virtual directory that you created, right-click to select the properties. * On the Virtual Directory tab, click Configuration. * On the Mappings tab, click Add. * Add a Script Mapping with the following criteria: Executable: %windir%\system32\inetsrv\asp.dll Extension: .htr Limit to: GET,POST Leave "Script engine" and "Verify that file exits" checked. This is similar to the issue that is mentioned earlier in this section. However, in this particular case, the Windows 2003 back-end server pushes a URL that ends in Aexp2b.asp that does not exist on the Windows 2000 front-end server. The solution is to copy the appropriate set of files to the front-end server as follows: 1. From a command prompt on the front-end server, change to the %windir%\system32\inetsrv\iisadmpwd directory 2. Type the following command: copy Aexp2b.htr Aexp2b.asp From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Kretche, Peter Sent: Tuesday, July 10, 2007 5:03 PM To: Exchange Discussions Subject: Exchange 2003 / OWA 2007 Change Password Issue This one has me thrown. We are in the process of migrating from Exchange 2003 to Exchange 2007. Today I pointed all my Exchange 2003 mailboxes to use Exchange 2007 CAS servers for OWA. The Change Password option works fine for the few Exchange 2007 mailboxes but for Exchange 2003 mailboxes using the "legacy" OWA, the Change Password button, while present, the pop-up window gets a 404 page not found. I tried doing the whole IISADMPWD virtual directory of Exchange 2003 in Exchange 2007 but that doesn't help make the change password functionality work. Anyone have any insight on this so I can allow my uses to continue changing their password from within OWA while we are in transition? ------------------------------------------------- Thank you, Pete Kretche MCP, A+ Network Systems Administrator UW - Green Bay Voice: 920.465.5014 Fax: 920.465.2864 [EMAIL PROTECTED] _________________________________________________________________ List posting FAQ: http://www.swinc.com/resource/exch_faq.htm Web Interface: http://intm-dl.sparklist.com/read/?forum=exchange To subscribe: http://e-newsletters.internet.com/discussionlists.html/ To unsubscribe send a blank email to [EMAIL PROTECTED] Exchange List admin: [EMAIL PROTECTED] To unsubscribe via postal mail, please contact us at: Jupitermedia Corp. Attn: Discussion List Management 475 Park Avenue South New York, NY 10016 Please include the email address which you have been contacted with. _________________________________________________________________ List posting FAQ: http://www.swinc.com/resource/exch_faq.htm Web Interface: http://intm-dl.sparklist.com/read/?forum=exchange To subscribe: http://e-newsletters.internet.com/discussionlists.html/ To unsubscribe send a blank email to [EMAIL PROTECTED] Exchange List admin: [EMAIL PROTECTED] To unsubscribe via postal mail, please contact us at: Jupitermedia Corp. Attn: Discussion List Management 475 Park Avenue South New York, NY 10016 Please include the email address which you have been contacted with.
