Hi All,
I have been developing an app that will run on my work intranet. The whole appliation works but part of the app is to open a specific PDF file from a selection. So i pass the file name and path to the
System.Diagnostics.Process.Start(FileName)
But it keeps erroring telling me that the file cannot be found.
Now the web application is on server A and the files are on Server B.
As i said, when from the development server in VS 2008 it works fine.
Is there somethign to do with the files now being on a different server?
Any help is greatly appreciated