V
Vinki
Hello Everyone,
I need to open a text file with .net remoting. This text file resides on
another server. My server program running on the server has this method that
opens the text file
System.Diagnostics.Process.Start(filePath);
My client program has a button which I click and it call the server
program method that opens the file. When I click the button, the file opens
on the server itself, is it possible that I can see that file opening on the
client.
Please let me know.
Thanks
I need to open a text file with .net remoting. This text file resides on
another server. My server program running on the server has this method that
opens the text file
System.Diagnostics.Process.Start(filePath);
My client program has a button which I click and it call the server
program method that opens the file. When I click the button, the file opens
on the server itself, is it possible that I can see that file opening on the
client.
Please let me know.
Thanks