System Permissions ASP.NEThttp://forums.asp.net/t/273458.aspx/1?System+Permissions+ASP+NETFri, 08 Aug 2003 22:34:19 -0400273458273458http://forums.asp.net/p/273458/273458.aspx/1?System+Permissions+ASP+NETSystem Permissions ASP.NET I am getting this error when trying to run a rather do nothing script that tests if the server is executing. The Network & Server department run this script just to ensure the ASP.NET subsystems are working after installation. When I run it on a Test & Dev workstation, I get: Instead of getting, "STEP - 01 ------- OK" I get Compiler Error Message: CS0013: Unexpected error writing metadata to file ' C:\WINDOWS\Microsoft.NET\Framework\v1.0.3705\Temporary ASP.NET Files\root\f7d1aa7e\1e8cc557\qabzyv7o.dll' -- 'Access is denied. ' What is the direct cuase of this error with the .NET configuration. Apologies in advance if the answer is straight forward, I'm not a Server builder kinda person :) code code code coffee code code code coffee. 2003-07-10T13:41:46-04:00304410http://forums.asp.net/p/273458/304410.aspx/1?Re+System+Permissions+ASP+NETRe: System Permissions ASP.NET Cheat by giving the aspnet account full control to the temporay asp.net files folder and any folder under this. Cheers Gregor Suttie 2003-08-08T21:36:59-04:00304461http://forums.asp.net/p/273458/304461.aspx/1?Re+System+Permissions+ASP+NETRe: System Permissions ASP.NET Also if you are running on WindowsServer2003 - you should give full control to the Temporary Asp.Net files folder to the "Network Service" account. If you are impersonating some account then that account must be given control on the Temporary Asp.Net files folder. Hope that helps Kashif 2003-08-08T22:34:19-04:00