Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • David Banks 7 posts 77 karma points
    Jun 05, 2018 @ 10:05
    David Banks
    0

    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:

    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:

    >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.

    What extra step do I need to perform?

  • 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.

Please Sign in or register to post replies