Hi folks, I have a website authored using the C# ASP.NET4 framework and the site runs fine in dev mode in IE11.
However, when it is run from the server using IE11 ONLY (works fine in Chrome, Safari, Firefox IE10 etc), it fails to compile the JavaScript correctly, failing to even process the native ASP.NET _doPostBack. If I add the site to Compatibility list it works fine.
This happens regardless of security settings etc. Is there some schema change or directive that needs to be added to get this to work?