file access win srv 2003

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Buz

    #1

    file access win srv 2003

    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\micr osoft.net\frame work\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.
  • Tian Min Huang

    #2
    RE: file access win srv 2003

    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.e xe is located in the
    %WINDIR%\Micros oft.NET\Framewo rk\version\.

    Execute: C:\WINNT\Micros oft.NET\Framewo rk\v1.1.4322\as pnet_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.

    Comment

    • Buz Waitz

      #3
      RE: file access win srv 2003



      Excellent. It worked perfectly. Thank you.

      *** Sent via Developersdex http://www.developersdex.com ***
      Don't just participate in USENET...get rewarded for it!

      Comment

      Working...