Folder Permission Issue

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • a338029
    New Member
    • Jul 2007
    • 2

    Folder Permission Issue

    Hi,
    My requirement is like we need to upload the files from our application. The upload should be through Application only and no one can access the folder using window explorer.

    This is a dot net application upload functionality is using dot net control to upload the same and the project has been configured as "Integrated windows authentication" in IIS. Application and file storage server are two different server.

    When I have given full permission to following account in the folder, I found
    Account Status
    1. IURS_<Server Name> : Access to the path "<file Server location>" is denied.
    2. ASPNET : Access to the path "<file Server location>" is denied.
    3. Network : upload successful.

    But the problem is that when I have added Network account, then it is(file folder) accessible by any user in the network which we don’t want.

    Please help me to resolve the issue.

    thanks
    Prasanta
Working...