Link to home
Start Free TrialLog in
Avatar of shelbyinfotech
shelbyinfotech

asked on

Experts: Website Not Displaying Correctly in IE10 & IE11?

We have the same website on two servers, a test server and a production server.  All files of website are the same on both servers. Both servers are Windows Server 2003 Standard Edition (service pack 2) OS, both use IIS6, & both IIS6's are set for ASP.NET 4.0.  The website on the test server displays properly in all browsers.  The website on the production server displays properly in all browsers except IE10 & IE11.  The style attributes assigned in some of the ASP controls are not being displayed when using these two versions of IE, 10 nor 11. What's the cause of our website not displaying properly in IE10 & IE11?
pg-IE9.png
pg-IE10andIE11.png
Avatar of Gary
Gary
Flag of Ireland image

Check it's not switching into compatibility mode else a live link.
add this to the html header

 <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7; IE=EmulateIE9">

WHY someone would want to browse a mobile website with a desktop browser I have NO ideaUser generated image
Avatar of shelbyinfotech
shelbyinfotech

ASKER

David Johnson,

Once you added the "Compatibility View" in the browser, did you see any change occur to the webpage?
ASKER CERTIFIED SOLUTION
Avatar of shelbyinfotech
shelbyinfotech

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Not really solution but needed to close quesiton.