Get your server issues fixed by our experts for a price starting at just 25 USD/Hour. Click here to register and open a ticket with us now!

Author Topic: Current Identity does not have Write Access to v4.0.30319 Temporary ASP.NET File  (Read 8072 times)

0 Members and 1 Guest are viewing this topic.

sajugovind

  • Guest
I got below error while accessing my domain.

Code: [Select]
The current identity (SERVER\USER) does not have write access to 'C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files
Solution:

Open a command window "as administrator". run:

C:\Windows\Microsoft.NET\Framework64\v2.0.50727\Aspnet_regiis.exe -ga server\user

and or

C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Aspnet_regiis.exe -ga server\user

Replace the server\user with the username that your application pool runs under This gives that identity access to the iis configuration and other directories used by ASP.NET