File Access Problems

Discussion in 'General troubleshooting' started by Goatie, Apr 25, 2013.

  1. I've got an OData service set up that requires to read a file I've uploaded, but at the moment I'm getting System.UnauthorizedAccessException when trying to read from the file.

    The file has been chmod'd to 777 and I've got Full Trust in my web.config for the OData web application.

    What else do I need to do? How do I grant permission for the App pool's user, to access my file?

    "Access to the path 'E:\web\goatieco\files\gebco_08.nc' is denied."
     
  2. Elshadriel

    Elshadriel Winhost Staff

    Last edited by a moderator: Oct 14, 2015
  3. Nice one

    Excellent, thanks for your help!
     
  4. ComputerMan

    ComputerMan Winhost Staff

    If any one else has problems after they have web deployed and notice that you can't upload a file or you're getting an error "Access Denied" error in your web application. Please contact our support department so they can reset your ACL permissions for your hosting account.
     
    Last edited by a moderator: Oct 14, 2015

Share This Page