J
Jeff
I am using the HttpPostedFile to allow users to upload files to a
server farm. The SaveAs() saves to a shared network path
(\\SERVER\SHARE) so that no matter which web server is taking the
request, all uploaded files go to the same location. The .SaveAs()
call throws the error "unknown user name or bad password".
The file share referenced has Full Permission granted to the Everyone
group on the network. I cannot figure out why the save is causing a
problem. Is there some way to provide the SaveAs() method with login
credentials?
Thanks
server farm. The SaveAs() saves to a shared network path
(\\SERVER\SHARE) so that no matter which web server is taking the
request, all uploaded files go to the same location. The .SaveAs()
call throws the error "unknown user name or bad password".
The file share referenced has Full Permission granted to the Everyone
group on the network. I cannot figure out why the save is causing a
problem. Is there some way to provide the SaveAs() method with login
credentials?
Thanks