Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
I'm running Umbraco in a Docker container (Windows). When I run it for the first time I get a Yellow Screen of Death:
Access to the path 'C:\inetpub\Umbraco\App_Data\TEMP\PluginCache' is denied.
I've given the AppPool user FullControl, it is also the owner of the directory and checked this with Get-Acl:
Get-Acl
>docker container exec f powershell Get-Acl "C:\inetpub\Umbraco\App_Data" Directory: C:\inetpub\Umbraco Path Owner Access ---- ----- ------ App_Data F4BD33BA517F\UmbracoAppPool CREATOR OWNER Allow 268435456...
Checking with dir the TEMP directory doesn't exist, App_Data is empty. It might be that creating this directory failed earlier.
dir
TEMP
App_Data
What extra step do I need to perform?
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.
Continue discussion
Access to the path 'C:\inetpub\Umbraco\App_Data\TEMP\PluginCache' is denied.
I'm running Umbraco in a Docker container (Windows). When I run it for the first time I get a Yellow Screen of Death:
I've given the AppPool user FullControl, it is also the owner of the directory and checked this with
Get-Acl
:Checking with
dir
theTEMP
directory doesn't exist,App_Data
is empty. It might be that creating this directory failed earlier.What extra step do I need to perform?
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.