Skip to main content
Planview Customer Success Center

How to connect to Changepoint under compatibility view mode using IE11 v2014

Is it possible to connect to Changepoint under compatibility view mode using IE11?



In v2014, the Compatibility View setting must be disabled for users to be able to log on to Changepoint.

The methods described below may help using Changepoint under compatibility view mode, however please note that the changes below are not supported. If a problem occurs when using Changepoint with this configuration, the error also needs to be reproduced in a supported environment.

In order to allow IE9/IE10 to access Changepoint in compatibility mode:

1. Execute the following statement on the database:
update BrowserSupport set MajorVersion=7 where BrowserCode='E'

2. Add a new HTTP Response Header to the Enterprise web site:
Name: X-UA-Compatible
Value: IE=EmulateIE9

3. If IE11 is also used, then modify the following line in "fclogin.aspx":

< meta content="requiresActiveX=true" />

, as below:

< meta content="IE=EmulateIE9, requiresActiveX=true" />

, in addition to the changes at step 1 and 2.