VS 2005 Compilation Error (App_Code.compiled)

J

jdp

I migrated a simple web app from VS 2003, framework 1.1 to VS 2005,
framework 2.0. Other than some obsolete warnings, nothing major was
flagged. I've initiated both the Build Web Site and Build Solution and

both times receive the error 'Access to the path
'C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET
Files\<appname>\f1d37174\2fe659fb\App_Code.compiled' is denied.' I've
looked in this directory and this file does not exist. I changed the
security settings, since I'm an admin on the box, for ASP.NET Machine
Account, Network Service and me to Full Control and still get the
error.

Can anyone shed some light on this?

Any feedback is appreciated.
 
J

jdp

Found the answer. I had to give Write permission to the Users group on
Temporary ASP.NET Files folder.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top