Hi all
I am attempting to upload files to a web server in a remote location using the code and steps outlined in the following page: http://support.microsoft.com/default.aspx?scid=kb;en-us;323245. I have tested the code on my local network, and have successfully uploaded files to another computer on which I have just installed iis and asp.net while avoiding any changes to the permissions with the machine and folders.
The problem that I am getting is that when I try to upload a file, the code throws an exception, and I get back the error:
Any suggestions?
Mike55.
I am attempting to upload files to a web server in a remote location using the code and steps outlined in the following page: http://support.microsoft.com/default.aspx?scid=kb;en-us;323245. I have tested the code on my local network, and have successfully uploaded files to another computer on which I have just installed iis and asp.net while avoiding any changes to the permissions with the machine and folders.
The problem that I am getting is that when I try to upload a file, the code throws an exception, and I get back the error:
Access to the path C:\Inetpub\wwwroot\UploadDownload\Data\ST0A9BA2D.csv is denied.
Any suggestions?
Mike55.