I have a asp.net-application. Now, my asp.net-Page will always be loaded in CompatiblityView in IE10. How can I prevent this, that IE10 will use CompatiblityView for my page?
I have already added <meta http-equiv="X-UA-Compatible" content="IE=10" />
but Internet Explorer is still use Compatiblity-Mode instead of normal IE10-Mode.
When I open other websites, they are loaded in normal IE10-Mode.
When I load for example http://www.google.ch
it will use normal IE10-Mode:
When I load my page, IE will change to compatiblity-Mode:
I can I prevent IE10 changing to Compatiblity-Mode?