file access win srv 2003

B

Buz

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.
 
T

Tian Min Huang

Hi,

Thanks for your post. Based on my experience and research, .NET Framework
access may not be setup properly and need to reinstall. Please run
"aspnet_regiis.exe -r" and check whether or not the problem still exists.
The aspnet_regiis.exe is located in the
%WINDIR%\Microsoft.NET\Framework\version\.

Execute: C:\WINNT\Microsoft.NET\Framework\v1.1.4322\aspnet_regiis -r

I look forward to your result.

Have a nice day!

Regards,

HuangTM
Microsoft Online Partner Support
MCSE/MCSD

Get Secure! -- www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.
 

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