0

For a test, published a test website on IIS 8.5 in Windows Server 2012 R2. It's a custom website (not under built-in Default Web Site of IIS). When we browse the website on company network using http://CompanyName.com/TestWebApp, it displays the familiar default home page of .NET Core test website correctly on Chrome as shown in figure 1 below. But the same url displays the home page differently on IE 11 as shown in figure 2 below. Question: What we may be missing here and how we can make the home page display correctly in IE as it is doing in Chrome?

Note: We've tried restarting IIS, clearing the cache in the browsers but still the same issue only on IE.

Home Page in Chrome [using URL: http://CompanyName.com/TestWebApp]

enter image description here

Home Page in IE 11 [using URL: http://CompanyName.com/TestWebApp]

enter image description here

UPDATE:

The console tab of the Developer tool (F12) of IE gives the following error. I tried suggestion from here but it did not help:

The attached page targets document mode 7. some console apis and features may not be available

nam
  • 21,967
  • 37
  • 158
  • 332

1 Answers1

0

On IE, go to Tools -> Compatibility View Settings and disable the Compatibility View.

For example, for the Intranet site, uncheck "Display intranet sites in Compatibility View"