Folder permissions

Discussion in 'Windows / IIS' started by IPAlarms, Jul 17, 2013.

  1. IPAlarms

    IPAlarms Developer of VoIP2Go Voice over IP Platform

    I need a.dll file called by my ASP.Net app to write files to a sub folder but I am confused about what a User actually is and how I control what User account my app uses by default.

    I have a folder named Camera and a User named Camera and I have given Read/Write permissions for the Camera folder to the User Camera but my app is unable to write .jpg images into the folder. Where am I going wrong?
     
  2. FrankC

    FrankC DiscountASP.NET Staff

    It depends on how your application is written but generally, you should allow the anonymous user to have read / write permssion.
     
  3. IPAlarms

    IPAlarms Developer of VoIP2Go Voice over IP Platform

    Unfortunately the anonymous user does not appear in the dropdown list of users to grant permission to.
     
  4. FrankC

    FrankC DiscountASP.NET Staff

    what's your domain? i can take a peek
     
  5. IPAlarms

    IPAlarms Developer of VoIP2Go Voice over IP Platform

    ipalarms.net
     
  6. FrankC

    FrankC DiscountASP.NET Staff

    permission looks ok to me. i suggest you open a support ticket and provide us with details on how to replicate the problem.
     

Share This Page