[CLOSED] Site not working with Compatiblity view in IE

  1. #1

    [CLOSED] Site not working with Compatiblity view in IE

    We are facing IE compatibility issue with Ext.net site which we have created, the same problem we face with viewing examples.ext.net on IE with compatibility mode ON, Our users are complaining that our site is not working on IE due to this compatibility issue, IE is automatically adding the site in its compatibility list, if we remove the site from IE's compatibility list then it is working properly. Kindly advise how to resolve the issue.

    Thanks.
    Last edited by Daniil; May 04, 2015 at 8:09 AM. Reason: [CLOSED]
  2. #2
  3. #3

    Tried but not working

    Hi Daniil,
    Before posting the issue here, we have already tried that in our masterpage so that it gets applied in all our pages but still no luck, please suggest.
  4. #4
  5. #5
    We have sort out the issue by manage the following code in web.config.

    <httpProtocol>
      <customHeaders>
        <add name="X-UA-Compatible" value="IE=Edge" />
      </customHeaders>
    </httpProtocol>
    Now it is working fine.

    Thanks for your support.
    Last edited by Daniil; May 04, 2015 at 8:09 AM. Reason: Please use [CODE] tags

Similar Threads

  1. Site not working with Ext.NET 2.5.2 the next day
    By eagleOne in forum 2.x Help
    Replies: 1
    Last Post: Apr 10, 2015, 7:20 AM
  2. Version to compatiblity with VS2008
    By xMAC in forum 2.x Help
    Replies: 1
    Last Post: Jul 24, 2012, 1:26 PM
  3. Replies: 2
    Last Post: May 23, 2011, 10:45 AM
  4. Replies: 2
    Last Post: Apr 04, 2011, 12:32 PM
  5. Site isn't working on IE6
    By arenazl in forum Bugs
    Replies: 3
    Last Post: Oct 02, 2009, 10:16 AM

Posting Permissions