0

I use the ASP.NET Web Administration tool for setting website security.

When I click the security tab I get the following error -

Access to the path 'C:\Users\Shai\AppData\Local\Temp\Temporary ASP.NET 
Files\root\6f3ff33a\4362990a\hash' is denied.

What would be the reason for this error ?

Shai
  • 355
  • 2
  • 5
  • 18

2 Answers2

1

The IIS User does not have access to the solution folder. So give everyone or at least the IIS User full read/write access.

There is another suggestion in this answer to reinstall the framework.

Stefan M
  • 868
  • 6
  • 17
0

In my case I received this error because I forgot to start AND build the web application using administrator rights.

To have Visual Studio start with aministrator rights by default, see

How to Run Visual Studio as Administrator by default

RWC
  • 4,697
  • 2
  • 22
  • 29