WCF Service in IIS7 - The current identity (NT AUTHORITY\NETWORK SERVICE) does not have write access to ‘C:\WINDOWS\Microsoft.NET\Framework\v4.0.3019\Temporary ASP.NET Files’.
The current identity (NT AUTHORITY\NETWORK SERVICE) does not have write access to ‘C:\WINDOWS\Microsoft.NET\Framework\v4.0.3019\Temporary ASP.NET Files’.
To solve this issue just run the following command in command line
C:\Windows\Microsoft.NET\Framework\v4.0.30319>
aspnet_regiis -ga “NT Authority\Network Service”
To solve this issue just run the following command in command line
C:\Windows\Microsoft.NET\Framework\v4.0.30319>
aspnet_regiis -ga “NT Authority\Network Service”
Comments
Post a Comment