I have created an ASP.net web application, in this we are changing the browser compatibility to IE 5 using the meta tag.
In windows7 and Windows8 there is no problem with browser compatibility, but in windows 10 beta version the browser compatibility version cannot change using these.
How can I get browser compatibility to IE 5 in windows10 ?
Did I miss some thing??
Old Browser Strategy
In the now outdated IE blog post, Living on the Edge, Windows 10 was intended to only support the compatibility document modes in a few scenarios:
Otherwise IE would only use the latest operating mode and ignore the X-UA-Compatible tags.
New Browser Strategy
Microsoft recently changed this strategy. According to a newer post, Updates from the "Project Spartan" Developer Workshop, IE in Windows 10 will retain all functionality from Windows 8.1. That is, it will retain all of the old document modes. Note that the new browser, Edge (code-name Project Spartan), will not support the old document modes.
Your problem/ Solution
It is likely that the version of Windows 10 that you are testing with has implemented the older browser strategy from above. According to the second link above, the new browser strategy will be introduced in a "later" Windows 10 release. The post is dated March of this year, so it is possible that the release is already out.
I would do the following to see if they resolve your issue: