asp.net file access

  • Thread starter Thread starter Buz Waitz
  • Start date Start date
B

Buz Waitz

I have a site running fine on my development machine running XP, but when I
ported the site to run on my win srv 2003 I get access errors. Specifically,
the system is not allowing asp.net write access to

c:\windows\microsoft.net\framework\v1.1.4322\tempoary asp.net files

identity impersonate is not set to true (if that would be in the webconfig
file), but I tried giving privs to the IUSR account anyway--didn't help.

Ideas? Thanks.

(e-mail address removed)
 
Hi Buz,

Based on my research and experience, please try to assign the "Full
control" permission to the ASPNET machine account for the following
directory and all its sub directories.

c:\windows\microsoft.net\framework\v1.1.4322\tempoary asp.net files

If the machine is a domain controller, please refer to the following
article carefully.

FIX: ASP.NET Does Not Work with the Default ASPNET Account on a Domain
Controller
http://support.microsoft.com/default.aspx?scid=kb;en-us;315158

In addition, please also refer to the following Knowledge Base articles for
the ASP.NET deployment.

HOW TO: Deploy an ASP.NET Web Application Using Xcopy Deployment
http://support.microsoft.com/default.aspx?scid=kb;en-us;326355

HOW TO: Deploy an ASP.NET Web Application Using the Copy Project Feature in
Visual Studio .NET
http://support.microsoft.com/default.aspx?scid=kb;en-us;326356

I hope it helps.

Best regards

Jacob Yang
Microsoft Online Partner Support
Get Secure! ¨C www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.
 
Back
Top