简体   繁体   中英

Angular site not loading from oldest IE11 on Win7 on a Windows Server 2012 R2

I've deployed 2 asp.net mvc websites to windows server 2012 R2, on two different websites (in IIS). One runs on port 81 and the other on 91.

One is plain asp.net mvc and works correct from all machines (at least, all I've tried).

The other one also is asp.net mvc but loads an Angular module. This also works, from my development machine (Win10), but not from windows 7 and IE11. This is run on a virtual machine from microsoft, and also has the not automatically updated version of I11 (from 2 years ago) just like the client has.

And there is nothing to see on the browser, because I get a timeout. So every request on the win10 (and computers of 8 collegue's) machine go ok, but on win7 + old IE11 I get a timeout.

Any hint in which direction to look?

From the win7 / ie11 combination I CAN reach another website I published to Azure as Azure website, and that site is similair built.

Ok, so we have figured it out. The client was using IE11 in compatibility mode. I'm not sure what that means, besides that it behaves like an 'older / earlier' version of IE. But I don't know to what version exactly .

What I did know, was that it was causing the defects.

The solution:

<meta http-equiv="X-UA-Compatible" content="IE=edge" />

as first element under de <head> declaration.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM