Posts

Showing posts with the label NT AUTHORITY\NETWORK SERVICE

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.