Permission on a Web folder ??

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

  1. #1

    Default Permission on a Web folder ??

    Dear all,

    I am testing the FileHTm component for uploadinga file to a server folder
    name for instantance UploadedFile
    This folder is located under my IIS virtual directory structure that define
    my web site and for testing I am running IIS on my local Windows 200o machine

    In order to be able to write file in that folder, the only way is to add the
    ASPNET predifined user.

    Where is the link with that account in IIS ? I have seen that it permits to
    run the asp_wp.exe file

    It is the only user that need to be set for writing on a folder ?
    Does that user will be always defined under a deployed environement after
    istalling ASP net?

    thnaks for your answers
    regards
    serge
    serge Guest

  2. Similar Questions and Discussions

    1. Content does not refresh if folder permission not"Everyone"
      This problem took me DAYS to track down, and I'm posting it here in hopes that others may profit from my pain (and perhaps someone may have a better...
    2. Is granting Modify permission on root folder secure?
      In my ASP app, I want to use the File System Object's Movefile method to move files between directories on the ASP server. To avoid a permission...
    3. Intercept the auto-refresh of a folder in HTML folder template
      Can anyone please send me the code to intercept the auto-refresh of a web page or folder (controlled by HTML folder template), or tell me where can...
    4. permission error on unlink, but who has permission if not PHP?
      I wrote some code that let me upload a file to my server. Then I wrote some code to let me delete the file. But when I try to delete, I get this...
    5. How can I restore my folder permission?
      You can reestablish access by using an admin account to "take ownership" if needed, and then set the needed permissions. "Tommy Chan"...
  3. #2

    Default Re: Permission on a Web folder ??

    The account to be used is defined in machine.config, or in web.config (for a
    specific web app). If nothing is defined specifically, then Machine\ASPNET
    is used by default.

    HTH

    Cheers
    Ken

    --
    Blog: www.adopenstatic.com/cs/blogs/ken/
    Web: www.adopenstatic.com



    "serge calderara" <microsoft.com> wrote in
    message news:com...
    : Dear all,
    :
    : I am testing the FileHTm component for uploadinga file to a server folder
    : name for instantance UploadedFile
    : This folder is located under my IIS virtual directory structure that
    define
    : my web site and for testing I am running IIS on my local Windows 200o
    machine
    :
    : In order to be able to write file in that folder, the only way is to add
    the
    : ASPNET predifined user.
    :
    : Where is the link with that account in IIS ? I have seen that it permits
    to
    : run the asp_wp.exe file
    :
    : It is the only user that need to be set for writing on a folder ?
    : Does that user will be always defined under a deployed environement after
    : istalling ASP net?
    :
    : thnaks for your answers
    : regards
    : serge


    Ken 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