opening the file with remoting

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • =?Utf-8?B?Vmlua2k=?=

    opening the file with remoting

    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.Diagnost ics.Process.Sta rt(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
Working...