I am trying to accesss a Mapped Drive from my asp.net code running on IIS 6.0.
I am using a FileUpload control and fileUpload.Save As() to save the file to
the server. I want to save the file to a mapped drive that is mapped to a
share on the network. When I save to "C:\temp\myFile .txt it works but when I
save to Z:\temp\myFile. txt is will not work. I also want to copy, delete and
move these files.
I have found some pages on the net that mention this but none of the fixes
work.
Any help.
Thank you
--
Jerry
I am using a FileUpload control and fileUpload.Save As() to save the file to
the server. I want to save the file to a mapped drive that is mapped to a
share on the network. When I save to "C:\temp\myFile .txt it works but when I
save to Z:\temp\myFile. txt is will not work. I also want to copy, delete and
move these files.
I have found some pages on the net that mention this but none of the fixes
work.
Any help.
Thank you
--
Jerry
Comment