Re: Access to path **** denied.

From: Dominick Baier [DevelopMentor] (dbaier_at_pleasepleasenospamdevelop.com)
Date: 08/24/05

  • Next message: wrecker: "Re: Roles and Forms Authentication problems"
    Date: Wed, 24 Aug 2005 12:10:57 -0700
    
    

    Hello George,

    on XP ASP.NET runs under the ASPNET account - under W2K3 under NETWORK SERVICE
    by default (ASPNET is still included). This is configured via the Application
    Pool feature in IIS6.

    There is also a group called IIS_WPG - give this group full control to the
    temp directory - if that works you can lockdown more if you like.

    ---------------------------------------
    Dominick Baier - DevelopMentor
    http://www.leastprivilege.com

    > my development machine (where this works) is XP,
    >
    > when i copy the site to the machine where it doesn't work, it is a
    > Win2003 Server.
    >
    > george
    >
    > "Dominick Baier [DevelopMentor]"
    > <dbaier@pleasepleasenospamdevelop.com> wrote in message
    > news:784801632604748072446941@news.microsoft.com...
    >
    >> Hello George,
    >>
    >> which OS are you running on?
    >>
    >> ---------------------------------------
    >> Dominick Baier - DevelopMentor
    >> http://www.leastprivilege.com
    >>> hello all,
    >>>
    >>> why would the following error occur, and how is it fixed? It seems
    >>> like IIS cant create a temp directory. I also added the ASPNET user
    >>> to the \Temporary ASP.NET Files\ directory with full rights, but it
    >>> didn't seem to work.
    >>>
    >>> Exception Details: System.UnauthorizedAccessException: Access to the
    >>> path "C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET
    >>> Files\root\82d26208\ca478f3a" is denied.
    >>>
    >>> thanks in advance!!!
    >>> george hardy


  • Next message: wrecker: "Re: Roles and Forms Authentication problems"