On my development platform, Windows 8.1 and VS server, front office and back office work perfectly.
I have now copied the files from this development platform to the production server, Windows 2008 R2 and IIS7. The front office works perfectly; when I go to MyDomain.com/Umbraco I get a blank page because there is a javascript error "angular is undefined" at line 6 on the file angular-ui-sortable.js.
MyDomain.com/umbraco gives a blank page
The front office works fine but when I try to open the back office with MyDomain.com/Umbraco, I get a blank page; its source code is:
I must have messed something up! Any ideas what?
Your help would be much appreciated.
Thanking you in anticipation.
Roger
On my development platform, Windows 8.1 and VS server, front office and back office work perfectly.
I have now copied the files from this development platform to the production server, Windows 2008 R2 and IIS7. The front office works perfectly; when I go to MyDomain.com/Umbraco I get a blank page because there is a javascript error "angular is undefined" at line 6 on the file angular-ui-sortable.js.
What am I doing wrong?
Your help would be much appreciated.
Thanking you in anticipation.
Roger
I've fixed this problem.
UrlScan is installed on my server. It didn't allow dots in a file path which stopped all access to the umbraco/lib/angular/1.1.5/ folder.
See https://our.umbraco.org/forum/core/general/65375-Umbraco-back-office-white-screen for more information.
I don't need UrlScan to monitor the Umbraco websites so I removed the UrlScan from them in ISAPI of IIS7.
is working on a reply...