Folder write permissions

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

    #1

    Folder write permissions

    I have given the following users full access to a folder + all sub folders

    ASPNET
    IUSR_(MachineNa me)
    IWAM_(MachineNa me)

    but when my webservice tries to create a TXT file in the folder in question
    access is denied and an exception is thrown. I have temporarily corrected
    this by giving full access to everyone but obviously I am not entirely happy
    with this solution :-)

    Can anyone shed some light onto this please?


    Thanks

    Pete


  • jacky kwok

    #2
    Re: Folder write permissions

    Peter Morris wrote:
    I have given the following users full access to a folder + all sub folders
    >
    ASPNET
    IUSR_(MachineNa me)
    IWAM_(MachineNa me)
    >
    but when my webservice tries to create a TXT file in the folder in question
    access is denied and an exception is thrown. I have temporarily corrected
    this by giving full access to everyone but obviously I am not entirely happy
    with this solution :-)
    >
    Can anyone shed some light onto this please?
    >
    >
    Thanks
    >
    Pete
    >
    >

    What OS you are using?

    For Windows server 2003, XP 64 bits, Vista. They are using IIS6 or above.

    The user account which run the ASPNET apps are "NETWORK SERVICE".

    --
    Jacky Kwok
    jacky@alumni_DO T_cuhk_DOT_edu_ DOT_hk

    Comment

    • Peter Morris

      #3
      Re: Folder write permissions

      The user account which run the ASPNET apps are "NETWORK SERVICE".

      That was it, thankyou!

      Pete


      Comment

      Working...