So I'm using IIS 8 to host a web server, It was working fine until I deployed an asp project to it with visual studios 2012 ultimate. Now I receive this error:
[HttpException (0x80004005): The current identity (WIN-MFB9P4HSUIT\webhost) does not have write access to 'C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files'.] System.Web.HttpRuntime.SetUpCodegenDirectory(CompilationSection compilationSection) +12906395 System.Web.HttpRuntime.HostingInit(HostingEnvironmentFlags hostingFlags, PolicyLevel policyLevel, Exception appDomainCreationException) +323 [HttpException (0x80004005): The current identity (WIN-MFB9P4HSUIT\webhost) does not have write access to 'C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files'.] System.Web.HttpRuntime.FirstRequestInit(HttpContext context) +12881540 System.Web.HttpRuntime.EnsureFirstRequestInit(HttpContext context) +159 System.Web.HttpRuntime.ProcessRequestNotificationPrivate(IIS7WorkerRequest wr, HttpContext context) +12722601
Even though, I've gone to that folder and given the webhost user read/write/execute permissions.
Can anyone point me in the right direction? Thanks.