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?
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?
Comment