Click here to Skip to main content
15,892,005 members
Please Sign up or sign in to vote.
2.00/5 (1 vote)
Hi in my master page i kept below line to make my website compatible for IE11

<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE11">.
when my page rendered on IE11 browser it is still showing IE8(Default) on pressing F12(developer tools)- Document Mode. Sometimes it is rendering as IE5(Default) .

because of this issue, my angular script is not loading hence my webpage crashed.
in IIS also i added HTTP Custom response with Name as 'X-UA-Compatible' and value as 'IE=Edge'. but that also not working.

can you please help.

What I have tried:

I tried to put this at page level still.. my page doesn't work. also tried different options like below.
<meta http-equiv="X-UA-Compatible" content="IE=11">
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
Posted
Comments
Bryian Tan 29-Apr-17 23:23pm    
I don't think the application can change the browser (client) document mode setting. Why not upgrade the application to be compatible with modern browser?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900