Search code examples
iisumbraco7

Umbraco 7 Back Office fails to load in IE on IIS


I'm developing an Umbraco 7 site, and have installed the NuGet package in Visual Studio. When I run it locally under IIS Express, everything is fine. When I deploy this to a server under IIS, I get the site pages fine but do not get the back office when I try to do any administration. All I get is a blank page.

I've not made any changes to the back office, and the site configuration on the server is the same as locally.

The user running the app pool has full control permissions on the folder.

When I navigate to the site in Firefox, I can view the back office pages, log in and do anything. In IE 11, the back office pages are blank.

What might I be missing here?


Solution

  • The answer can be found here: http://forum.jquery.com/topic/json-is-undefined-with-jquery-min-2-0-3-on-ie-11

    I managed to debug the JavaScript loading the page, and jQuery was throwing an error. It's a known issue apparently, and adding a special <meta> tag to the page (see link for details) fixed the problem.