Hi,
I have an .Net application running in LIVE. It was running Well in all Browsers(Chrome,Firefox,Safari), It also works good in Internet Explorer from version 6 to 10
Recently IE has Released 11th Version. when we open our APP in IE11 we have some major problems,
1) our application gets rendering problem
2) also the app is loading very slow.
All the above two issues are not completely happening in IE11,we have different Versions in IE11 (11.0.9600.17107, 11.0.9600.16521, 11.0.9600.16521IS, 11.0.9600.16659) . out of these our app is completely working fine in "11.0.9600.16659". and the remaining all other versions are getting different rendering errors.
We try to solve it by performing various additions to our app but no Use, we Placed MetaTag "<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE10">" and also we added APP_Browsers/ie.browser file which is downloaded from NUGET Packages that which supports .net Framework 4. even though we are unable to find the issue what is going on here. even we also modified our code but no use. Can you Please Provide Help on This.