1

I have an asp.net app that writes files from the web server to a network share. The app receives Access to the path '\sanfs1\SupportingDocs\' is denied.

The IIS site has asp.net impersonation and windows authentication enabled. The asp.net auth is set to specific user: ldap_bind that has a password. the app pool identity is 'Network Service'. I've tried granting full permissions to IUSR and NETWORK SERVICE on the network share folder but still get access is denied when attempting to upload.

  • 1
    Besides setting share permissions you need to set file access permissions on the folder itself. This needs to be done on the server that hosts your share (Security tab). – Vasya May 16 '19 at 14:40
  • I did not think about this. I will add permissions there. – Katrina Steele May 16 '19 at 15:46

1 Answers1

1

The app receives Access to the path '\sanfs1\SupportingDocs\' is denied.

IIS - Access to the path is denied