Vraag

ASP.NET Document Upload

  • 1 June 2016
  • 1 reactie
  • 87 keer bekeken

Hello,

I am trying to upload a PDF document programmatically to a folder. I receive the following error message.

Access to the path 'D:CustomerDatawebspaceswebspace_xxxwwwrootassetsdocuments est.pdf' is denied.

I see three types of groups to manage for Read - Write - Execute rights. Which one should I change? Thanks.

Application Pool User :rwx
Webspace Group :rwx
Anonymous Users :rwx

1 reactie

Reputatie 7
Badge +11
Hello @Gvn, sorry for my late response. What command are you using and where did you noticed the error message?

To see if it's actually a permission issue, you could try to set all permission groups with Read - Write - Execute rights. The path mentioned in the error message displays "D:CustomerDatawebspaces", this is the internal server path. Probably not accesable in this way.

Reageer