IIS changing the IE11 document mode from 11 (Default) to 7 (Default) when browsing to a site
-
I have an ASP .NET application that requires Document Mode to default to IE11. I have set the computer local IE11 browser to default to document mode IE11. The problem I have is when I deploy my ASP .NET site to IIS and browse to the site the Document Mode gets changes back to IE7 Default. Because of this my JavaScript does not work. How do I set the IE11 Document mode to IE11 default when I browse to the site and not change it back to IE7 default?
-
I have an ASP .NET application that requires Document Mode to default to IE11. I have set the computer local IE11 browser to default to document mode IE11. The problem I have is when I deploy my ASP .NET site to IIS and browse to the site the Document Mode gets changes back to IE7 Default. Because of this my JavaScript does not work. How do I set the IE11 Document mode to IE11 default when I browse to the site and not change it back to IE7 default?
Several suggestions in this SO thread: html - Internet Explorer 11 disable "display intranet sites in compatibility view" via meta tag not working - Stack Overflow[^] Assuming you've deployed to a server on your local intranet, you probably have the "Display intranet sites in Compatibility View" option enabled. The question is, why are you still using Internet Explorer, when even Microsoft are telling you not to[^]?
"These people looked deep within my soul and assigned me a number based on the order in which I joined." - Homer
-
Several suggestions in this SO thread: html - Internet Explorer 11 disable "display intranet sites in compatibility view" via meta tag not working - Stack Overflow[^] Assuming you've deployed to a server on your local intranet, you probably have the "Display intranet sites in Compatibility View" option enabled. The question is, why are you still using Internet Explorer, when even Microsoft are telling you not to[^]?
"These people looked deep within my soul and assigned me a number based on the order in which I joined." - Homer
I have turned off the "Display intranet sites compatibility view" so when I open the browser without browsing it remains on IE11 as default. It's only when I browse my website does it change.
-
I have turned off the "Display intranet sites compatibility view" so when I open the browser without browsing it remains on IE11 as default. It's only when I browse my website does it change.
Are you seeing the "compatibility view" button in the address bar? Try clearing your browser history. Internet Explorer 11 Compatibility View debacle - Microsoft Community[^]
"These people looked deep within my soul and assigned me a number based on the order in which I joined." - Homer
-
Are you seeing the "compatibility view" button in the address bar? Try clearing your browser history. Internet Explorer 11 Compatibility View debacle - Microsoft Community[^]
"These people looked deep within my soul and assigned me a number based on the order in which I joined." - Homer
I don't see a 'compatibility view' button across the address bar.