javascriptinternet-explorerinternet-explorer-11ie11-developer-tools

Site broken IE11 in windows 8 - goes to Enterprise mode


Our site is breaking real bad in IE11. What's happening is that it goes into "Document Mode" 5 (Default) and Browser profile is forced as Enterprise.

As soon as I change Enterprise to Desktop, the site is all good.

Is there any way, I can force my site not to go to Enterprise and/or Use Edge as document mode ?

I have tried following but nothing worked:-

putting this right after

<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">

changing Doctype as :-

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.0//EN"
  "http://www.w3.org/MarkUp/DTD/xhtml-rdfa-1.dtd">

and

<!DOCTYPE html>

P.S. My server is Suse Linux and I am not allowed to make any change in it. Only changes I can do are in my site or htaccess.


Solution

  • You need to figure out why your site is in Enterprise Mode. Here are the possibilities I know of, and their respective solutions: