Hi All,
We developed an ASP.NET couple of years back and it was working good in IE 9 without any issue. Now we migrating the application to new IIS server and some of our end users are using the IE11 and they are reporting some UI issues.
So we gave the application to the tester to do the complete testing in the IE11. The tester reported lots of rendering issue like below when testing the application in IE11 by removing the compatibiliy mode in the IE11 browsesr . But the application works
when Compatibility mode is on
Layout rendering issues when the Compatibility mode is off
Div aligment goes to the left all the textbox has x clear when the user type anything in the text box alignment in the controls in the div are changed
I have seen in the google that adding meta tag will resolve the issue.
So i added the below meta tag
<meta http-equiv="X-UA-Compatible" con ...
Go to the complete details ...