I am trying to use web applications in IE10. When I login into the site its just showing the actual HTML & Java script code of that web page instead of displaying the actual page. But when I switch to compatibility view its displaying properly. Our
client don't want to switch to compatibility view explicitly. I never faced this issue with ie8, 9. So we tried <meta http-equiv="X-UA-Compatible" content="IE=8"> tag to force the page run in ie8 mode so no need to switch to
compatibility mode manually.
But now if we force the page to render to ie8 mode, we may not be able to use some of the new features in ie10 and we will not be upto date with the technologies.
So is there any way to make our applications running on ie10 without any compatibility settings required?
But now if we force the page to render to ie8 mode, we may not be able to use some of the new features in ie10 and we will not be upto date with the technologies.
So is there any way to make our applications running on ie10 without any compatibility settings required?