laptop and a wrench

Bug

When accessing Portal for ArcGIS 10.4 in Internet Explorer (IE), enabling Compatibility View in the browser causes IE to display a runtime error when accessing the main links at the top of the page, such as Gallery, My Content, and so on.

Last Published: November 9, 2016 Portal for ArcGIS
Bug ID Number BUG-000095013
SubmittedMarch 16, 2016
Last ModifiedMay 31, 2023
Applies toPortal for ArcGIS
Version found10.4
Operating SystemWindows OS
Operating System Version2008 R2 64 Bit
Version Fixed10.5
StatusFixed

Description

When using Internet Explorer in Compatibility mode, navigation links in the Portal for ArcGIS Home application fail to open. The URL in the search bar is duplicated, and the Portal returns a runtime error.

Cause

This is a known issue. BUG-000095013: When accessing Portal for ArcGIS 10.4 in Internet Explorer, enabling Compatibility View in the browser causes Internet Explorer to display a runtime error when accessing the main links at the top of the page, such as Gallery, My Content, and so on.

Workaround

If unable to turn off Compatibility View, update the ArcGIS Web Adaptor associated with the Portal's web.config. Adding the X-UA-Compatible HTTP header to outgoing responses, no matter the load balancer or reverse proxy being used, solves the issue. 

Update the web.config file as follows:

<system.webServer>
<httpProtocol>
<customHeaders>
<clear />
<add name="X-UA-Compatible" value="IE=11" />
</customHeaders>
</httpProtocol>
</system.webServer>

Steps to Reproduce

Bug ID: BUG-000095013

Software:

  • Portal for ArcGIS

Get help from ArcGIS experts

Contact technical support

Download the Esri Support App

Go to download options

Discover more on this topic