0

We have a website here at work and it works perfectly fine until IE11, now after logging in, the website renders like the screenshot below...

Note: this only happens in the production server. IE11 renders the page just fine in my local machine.

IE11 screenshot after logging in

We've applied the hotfix for this issue found on another SO thread, which i cannot seem to find again (http://support.microsoft.com/kb/2600217) with no success.

I've added <meta http-equiv="X-UA-Compatible" content="IE=10"> to force IE10 doctype rendering. Still no luck.

But what I've noticed on the network tab on ie11 dev tools is that everything that uses the <%= ResolveClientUrl("")%> results in a 404 error (see screenshot)

Any suggestions greatly appreciated. Thanks!

jplara
  • 141
  • 6
  • Update your server. http://www.hanselman.com/blog/IE10AndIE11AndWindows81AndDoPostBack.aspx – SLaks Dec 05 '13 at 21:02
  • i did see that, but that's not as simple as it sounds. I'm also currently waiting for the boss to upload a browser file as mentioned on http://stackoverflow.com/questions/19440533/site-doesnt-display-correctly-in-ie11 – jplara Dec 05 '13 at 21:05
  • browser file didn't work any suggestions about the resolveclienturl not finding the right path? – jplara Dec 05 '13 at 22:09
  • 2
    The problem is that ASP.Net is using cookieless sessions, because of the broken / missing browser config. – SLaks Dec 05 '13 at 22:11
  • the answer listed at http://stackoverflow.com/questions/18244223/webform-dopostbackwithoptions-is-undefined-in-ie11-preview actually fixed this issue without updating to 4.5 – jplara Dec 08 '13 at 21:35

0 Answers0