Hi,
I have moved a v4 website over to a new server and now I get a 403 forbidden error when I try to create new content, would anyone know why?
Btw the NETWORK SERVICE and IIS_IUSRS permissions are set on all folders (as explained in the umbraco permissions page guide) and I have added default.aspx to the default documents list in IIS.
The files have copied over successfully and the permissions are all set but I will have a look at installing a v4 installation and hopefully see if that helps.
403 forbidden in backoffice
Hi, I have moved a v4 website over to a new server and now I get a 403 forbidden error when I try to create new content, would anyone know why?
Btw the NETWORK SERVICE and IIS_IUSRS permissions are set on all folders (as explained in the umbraco permissions page guide) and I have added default.aspx to the default documents list in IIS.
Thanks!
Hi Bob,
Have checked the logs to see if there are any errors when this happens.
In V4 I think the logs are still stored in the database.
Dave
Hi Dave,
Thanks for replying!
I have had a look at the database logs and IIS but still cant see why Im getting that error in the backend only.
Bob
Hi bob,
Can you check if you transfered all files ? Maybe you missed something and maybe recheck your permissions as well.
An option is to install a new install of the Umbraco version that you are using and see if you have the problem also.
Dave
Hi Dave,
The files have copied over successfully and the permissions are all set but I will have a look at installing a v4 installation and hopefully see if that helps.
Many thanks Bob
I got 403 after migration because applicationPool was setup to .Net 2.0 instead 4.0
is working on a reply...