Archive for June 2013
Fix Exchange 2003 Outlook Web Access (OWA) Compatibility with Internet Explorer 10
Symtoms
Outlook Web Access (OWA) does not display properly on Internet Explorer 10. CSS code is displayed at the top of the page. Javascript doesn't load properly and the list of messages keeps displaying the message "Loading...".
Outlook Web Access (OWA) on Internet Explorer 10 |
Cause
Outlook Web Access (OWA) is incompatible with Internet Explorer 10.Solution
You can implement a work-around on the client, or centrally on your Exchange server.Client Side
- Press F12.
- Set Browser mode to Internet Explorer 10 Compatibility mode.
Or...
Server Side
Add the HTTP header "X-UA-Compatible: IE=EmulateIE8" to Exchange. This header will instruct Internet Explorer 10 to render Outlook Web Access the "old-fashioned" way.- Open Internet Information Services (IIS) Manager.
- Navigate to Websites, Default Websites.
- Open Properties for Exchange.
- Open the tab HTTP Headers.
- Click Add...
- Custom header name: "X-UA-Compatible" (without the quotation marks)
- Custom header value: "IE=EmulateIE8" (without the quotation marks)
- Click OK.
Custom HTTP header for OWA |