Symptoms
- Your clients use IE
- Only have problem when using Intranet like URLs
- JavaScript console shows weried error messages like: 'JSON' is undefined
- IE 11 Emulation (or IE10 document mode) is showing IE 7 or older or even quirk mode (however, if you see Edge then the solution I provide below won't help you)
- DOM view showing your nice HTML5 doc type being commented out
IE commented out doctype |
Root Cause
IE option "Display intranet sites in Compatibility View" forced it to emulate behavior of older browser for Intranet web applications, regardless what is in the web page's header.
Solution
This worked for me: change IIS HTTP header
No comments:
Post a Comment