It could seems that you donĀ“t have the right file and folder permissions on the temp / app_data folder. Make sure that you have the permissions that needs for running Umbraco. You can find the necessary settings here. https://our.umbraco.org/wiki/reference/files-and-folders/permissions
If you have added the correct permissions, make sure the site is using the correct apppool. Especially if you are using a different apppool name than the website name. This happened to me.
umbraco-plugins.BASIL.hash' is denied
\App_Data\TEMP\PluginCache\umbraco-plugins.BASIL.hash' is denied.
How can I fix this error ??
http://beta.hajatiy.com/ this is website online
Hi Mohamed,
This seems to have access problem.
You can give full permissions to different users like IISUser , IIS_WPG , Network Services.
If this not works , then you can give full permissions to Everyone and try.
After that restart application pool and check.
Hope it will help.
Regards,
Urvish Mandaliya
Thanks
Hi Mohamed,
It could seems that you donĀ“t have the right file and folder permissions on the temp / app_data folder. Make sure that you have the permissions that needs for running Umbraco. You can find the necessary settings here. https://our.umbraco.org/wiki/reference/files-and-folders/permissions
Hope this helps,
/Dennis
Thanks
Give permission to your "App_Data" folder.
Step 1. Right click on your "App_Data" folder, click Properties.
Step 2. click Security tab.
Step 3. Click the Edit Button.
Step 4. In "Group or user names" box select "IIS_IURS(ASPNET-1\IUSRS)".
Step 5. Now Allow Full control by ticking the "Full control" Checkbox.
Step 6. Press OK and OK and you are done !!
If you have added the correct permissions, make sure the site is using the correct apppool. Especially if you are using a different apppool name than the website name. This happened to me.
is working on a reply...