Add the ASP. NET account permission to the following directory.
C:/WINDOWS/Microsoft. NET/Framework/v2.0.50727/Temporary ASP. NET Files
ASP. NET accounts have the following permissions: Read and run, list folder directories, read, and write.
This problem occurs when I transplanted something I wrote to another machine a few days ago. intuitively, I think of permission issues. however, I almost changed all permissions under the WEB directory to full control, but the problem still cannot be solved. I checked a lot of information and couldn't explain it clearly. some say to change this, but also to change that. later, I finally noticed that when an error occurs, ASP is displayed.. NET Temporary Files folder access is denied. therefore, go to this directory and add the ASPNET and network service users to the permission, and set the permission to writable. The problem is solved!
[Summary] access to the path "..." is denied-Solution
1. The installation may be faulty. reinstall and run the command aspnet_regiis-I. Remember to start it.
2. Upgrade everyone permission to modifiable
3. Improve the aspnet permission: Control Panel-management tools-Computer Management-local users and groups to find the ASPNET affiliated to add the Administrators
4. Delete the iis virtual directory and recreate it.
5. Add <identity impersonate = "true"/> to the web. config file.
Basically, this range cannot be reached.
If you try it all, your problem will be solved.