Just add the below config in ASP.NET Web.config file.
<system.webServer> <httpProtocol> <customHeaders> <clear/> <add name="X-UA-Compatible" value="IE=9; IE=8; IE=7; IE=EDGE"/> </customHeaders> </httpProtocol> </system.webServer>
Below is some of the rendering modes we can use,
Value | Rendering mode |
IE=9 | Use the Windows Internet Explorer 9 standards rendering mode |
IE=8 | Use the Internet Explorer 8 standards rendering mode |
IE=7 | Use the Windows Internet Explorer 7 standards rendering mode |
IE=5 | Use the Microsoft Internet Explorer 5 standards rendering mode |
No comments:
Post a Comment