Failed to map the path '/App_GlobalResources'

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Chara
    New Member
    • Feb 2008
    • 2

    Failed to map the path '/App_GlobalResources'

    When I try to access a web application, I am getting.
    Failed to map the path '/App_GlobalResou rces'

    I have been having this issue on a regular basis on a Windows 2000 Server.

    To resolve this issue, I follow the steps defined by the following article:
    http://www.thejoyofcod e.com/Failed_to_map_t he_path_App_Glo balResources.as px

    That resolves the issue, but everytime the server is rebooted or user is added, I am running into the same issue again.

    I ran FileMon when I encounter the issue and it says that the IS6/ASPNET account is getting ACCESS DENIED on the Crypto folder. However when I view the security for this folder IS6/ASPNET has full control on this folder.

    Any ideas?
  • Chara
    New Member
    • Feb 2008
    • 2

    #2
    I believe I figured it out. It is not enough to put the ASPNET User account on the parent directory:
    C:\Documents and Settings\All Users\Applicati on Data\Microsoft\ Crypto

    It has to be explicitly on the child directory:
    C:\Documents and Settings\All Users\Applicati on Data\Microsoft\ Crypto\RSA\Mach ineKeys

    Comment

    Working...