Access Denied Message During Upload files in the sever ( ASP.NET + C# )

  • Thread starter Thread starter Pial
  • Start date Start date
P

Pial

Hi :
I have faced a problem with uploading files/images in a particular
folder which is located in the client web server. I donot face any
problem in my local machine as the files/images upload successfully .
But when i run my program from the real site and try to upload any
files it give me error for : access permission for that folder.

My enviornment is ASP.NET with C# and IIS 5.0.

Thanks in advance
Pial
 
Hi,
In most situations, your ASP.Net application running under IWAM_xxxxx user
account. You could grant write permissions to this user on your upload
folder.
 
Back
Top