How can I make my localhost in IE10 use the compatibility mode defined in meta?
Windows thinks that the users who use localhost don't want compatibility but we do, and we want to force it on our clients. It works fine when we visit the hostname, the problem is on localhost. Also fine for Chrome and Firefox.
Greetings Jeff
site on intranet wa working good but my localhost site was not properly working with ie 10 but this solution was worked for me;
<meta http-equiv="X-UA-Compatible" content="IE=10">