Quantcast
Channel: SCN : Unanswered Discussions - BI Platform
Viewing all articles
Browse latest Browse all 5661

Modifying web.config - Override Intranet Compatibility Mode

$
0
0

Has anybody had any luck modifying the web.config for Business Objects? Since our version BO 4.0 SP6 FP11 doesn't agree with IE10's compatibility view mode we were hoping to add the below code to the web.config to override it. Company policy is to set Compatibility View Settings to Display intranet sites in Compatibilty View.

 

It's possible for our users to switch out of compatibility view settings, but adding an override would be a cleaner solution and not affect other intranet sites.

 

Thanks for any help!

 

<system.webServer>

  <httpProtocol>

    <customHeaders>

      <clear />

      <add name="X-UA-Compatible" value="IE=edge" />

    </customHeaders>

  </httpProtocol>

</system.webServer>

 

Source: internet explorer - Override intranet compatibility mode IE8 - Stack Overflow


Viewing all articles
Browse latest Browse all 5661

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>