After logon to admin page, only progress bar is shown (version 4.7)
After deploying my unbraco 4.7 site, the side works well, but when I logon to the administration page, only a progress bar is shown. Any help is appriciated. Thanks.
It looks like a permissions problem. Did you install Umbraco manaually, or using the IIS Installer? If you did it manually, there's a chance that Windows "helpfully" blocked all of the Javascript files for you when you unzipped the files. Search for all .js files in your site, and check their properties to see if they've been blocked. If they have, click the unblock button to sort them out. Hopefully that should solve the issue. Another thing that you can check is that the App Pool Identity has access to read/write/modify on the APP_DATA folder.
After logon to admin page, only progress bar is shown (version 4.7)
After deploying my unbraco 4.7 site, the side works well, but when I logon to the administration page, only a progress bar is shown. Any help is appriciated. Thanks.
Hi Gert,
It looks like a permissions problem. Did you install Umbraco manaually, or using the IIS Installer? If you did it manually, there's a chance that Windows "helpfully" blocked all of the Javascript files for you when you unzipped the files. Search for all .js files in your site, and check their properties to see if they've been blocked. If they have, click the unblock button to sort them out. Hopefully that should solve the issue. Another thing that you can check is that the App Pool Identity has access to read/write/modify on the APP_DATA folder.
Hope that helps!
is working on a reply...