Topic Last Modified: 2008-02-07
This topic explains an issue that may cause Microsoft Office Outlook Web Access to return an error to users in two situations.
- In Outlook Web Access Premium, when you expand a
folder that has one or more subfolders or click the Calendar,
Contacts, or Tasks folder, you may receive the
following error message: Microsoft Exchange issued an
unexpected response (404).
- When you use Outlook Web Access to log on to
a mailbox that is newly created, you may receive the error
message HTTP Error 404 - File or directory not
found after you configure the localization and time zone
selection during the initial logon process.
Cause
These errors can occur when the .owa application extension mapping is missing in Internet Information Services (IIS) Manager.
Before You Begin
To perform the following procedure, the account you use must be delegated membership in the local Administrators group.
For more information about permissions, delegating roles, and the rights that are required to administer Microsoft Exchange Server 2007, see Permission Considerations.
Procedure
To use IIS Manager to repair the .owa application extension mapping
-
Log on to the Client Access server, and then open IIS Manager.
-
Go to the /owa virtual directory under Web Sites/Default Web Site.
Note: |
---|
If you access Outlook Web Access through a Web site other than the Default Web Site, go to the other Web site. |
- Right-click the /owa virtual directory, and then click
Properties.
- On the Virtual Directory tab, click the
Configuration button.
- Under Application extensions, look to determine whether
.owa is included.
- If .owa is not included, click Add.
- To find the executable file, click the Browse button,
and then browse to \Windows\Microsoft.NET\Framework\<latest
version> and select aspnet_isapi.dll.
Note: |
---|
If the system is 64 bit, use \Windows\Microsoft.NET\Framework64\<latest version>\aspnet_isapi.dll. |
- In the Extension field, enter owa.
- In the Verbs field, select Limit to, and then
enter POST,GET.
- Make sure that the Script Engine check box is
selected.
- Clear the Verify That File Exists check box.
- Click OK to save your changes.
- Click OK two more times to exit the /owa virtual
directory properties.