What kind of path would I use to save a file (.pdf) on another server/network drive?
Say I have rights to a network drive ‘optamail1’ and a folder there called datasheets. I can access this folder from “Run” using \\optamail1\datasheets\, however, this kind of path will not work in my application. Has anyone tried doing this before?
Thanks,
Nick
You need to grant access to the network share to the user that the ASP.Net application is running as.