Can't Move Network File
Hi,
I grant access to my localhost/website under directory security to a network user which has access to a file that I attempted to move but I got "Could not find file" error message. When I moved the code to a web server, I got a different message "Access to the path "\\NetLoc\CRWebReports\Temp\Contracts\contract_new .pdf" is denied." I try both a non network and network user on the web server and it still get error but at least it see the network drive.
My code is: System.IO.File.Move("\\NetLoc\CRWebReports\Temp\Co ntracts\contract.pdf", "\\NetLoc\CRWebReports\Temp\Contracts\contract_new .pdf")
What other security setting do I need to do? Where are the settings?
Thanks
Peter
__________________
Peter
|