I have build a web app using various telerik controls. The controls render properly on IE11 and Chrome when served from localhost. When deployed to the dev server the controls look good in Chrome, but only look good in IE when I use the F12 tools and under Emulation change the User agent string from Default to IE10.
I used the http-equiv meta tag to force the Document mode to IE10, but I can't figure out how to force the User agent string from Default to Internet Explorer 10.
It is frustrating to build a beautiful page on my local machine and then have it render completely differently when deployed.