In our application we are using <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
as the first line of code inside <head>
tag. In Local and QA it is working fine, but when we try to open PROD in IE we are facing some problem - it is opening in document mode 7. In IE EDGE it is working fine, we are facing this issue in IE 11.
What might be the problem?