NTFS permissions for ASP.NET user

Ask a Question related to ASP.NET Security, Design and Development.

  1. #1

    Default NTFS permissions for ASP.NET user

    I've read the following article regarding NTFS permissions
    and ASP.NET

    [url]http://msdn.microsoft.com/library/default.asp?[/url]
    url=/library/en-us/dnnetsec/html/SecNetHT01.asp

    In table 1 it says:
    Parent directories of context
    List Folder/ Read
    Process
    For file change notifications and the C# compiler.

    What does parent directories of context mean?
    Must c:\ and c:\winnt be assigned read/list folder
    permissions for the ASP.NET user? (I'm running framework
    1.0)

    Hope someone can help with this.

    Regards
    /Morten

    Morten V. Pedersen Guest

  2. Similar Questions and Discussions

    1. NTFS Permissions and Flash
      Hi, I have a CF MX7.1 server on a Windows 2003 box. I use NTFS permissions to lock down certain directories. However, .cfm files are not...
    2. user permissions on NTFS
      I have flash working for local and domain admins but not to anyone else.The only way I've got round to this is to make users admintrators of the...
    3. Changing NTFS permissions in ASP.NET
      Hi. Some related questions were discussed here, but my question is some different. I'm writing the project, the metter of it can be expressed...
    4. NTFS permissions
      I need to reset the NTFS permissions of a windows 2003 web server to the default installation permissions. What's the easiest way of doing this?...
    5. PHP & NTFS Permissions
      Hello group! I'm having a problem and I hope some of you may be able to point me in the right direction. I inherited a web site using php,...
  3. #2

    Default RE: NTFS permissions for ASP.NET user

    Hi Morten,

    As I understand, you are not sure about the exact meaning of the "context"
    in "Parent directories of context".

    Based on my research and experience, the context here means the folder of
    the web application. So the "Parent directories of context" means the
    folder "wwwroot" and all its paret drectories.

    Does it answer your question? If I have misunderstood your concern, please
    feel free to let me know.

    Best regards,

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

    Jacob Yang [MSFT] Guest

  4. #3

    Default RE: NTFS permissions for ASP.NET user

    Hi Morten,

    I will also contact the author of this article and get a confirmation as
    soon as possible.

    Best regards,

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

    Jacob Yang [MSFT] Guest

  5. #4

    Default RE: NTFS permissions for ASP.NET user

    Hi Morten,

    I am sorry for the delaying response.

    I have tried to contact the authors but I have not gotten any responses.
    Due to the nature of your issue I need to do additional research to
    determine the best way to provide assistance. I will contact you as soon as
    possible.

    Best regards,

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

    Jacob Yang [MSFT] Guest

  6. #5

    Default RE: NTFS permissions for ASP.NET user

    Hi Morten,

    Finally, I have gotten the statement of this issue.

    "... It means all the folders up to and including the disk drive.

    For example, if your root directory is c:\inetpub\wwwroot, then parents and
    directories applies to
    c:\
    c:\inetpub

    However deep you place your web site's home directory, you need to grant
    these permissions to all the folders above up to and including the drive's
    root..."

    Does it answer your question? If I have misunderstood your concern, please
    feel free to let me know.

    Best regards,

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

    Jacob Yang [MSFT] Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139