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

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
 
A

Andrew Gnenny

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top