-
server error help
Im not sure how to fix this error it occurs after a couple times of compiling my project and it has me stumped please help
Access to the path "C:\WINNT\Microsoft.NET\Framework\v1.0.3705\Temporary ASP.NET Files\roster\6195afc5\d11707c7\hash.web" is denied
-
ok I restarted my computer and that fixed the problem but I know that this will happen again. Any clue how to fix this and what is causing this prob.
-
ASP.NET writes temporary files to C:\WINNT\Microsoft.NET\Framework\v1.0.3705\Temporary ASP.NET Files. You get this error because the aspnet_wp account is a system account and doesn't have the appropriate rights. This is changed just before releasing RTM.
-
What are the appropriate rights for that account I changed it to administrator and still get that error