Solve error : (NT AUTHORITY\NETWORK SERVICE)‏

Solve the Error:

The current identity (NT AUTHORITY\NETWORK SERVICE) does not have write access to 'C:\WINDOWS.0\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files'.

Solve:
In a command prompt, navigate to the following:
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727

Then run the following command:
aspnet_regiis -ga "NT AUTHORITY\NETWORK SERVICE"

Everything worked fine after running that.

Comments

Post a Comment

Popular posts from this blog

Convert text to Speech ASP.Net C# Audio Recognation

ASP.NET 2.0 Tips and Tricks 1