Hi all,
I can't understand how to execute an application on a remote computer.
I have an application on a server and I need to create a procedure in this application, that runs (execute) another application on another computer.
I have tried with the Process class, the Management class. But can't do it.
Can anyone help me
Tnx

How to execute a remote application
Wicket
Perhaps a little more description on what applications you are talking about may help.
You may want to consider something like.
.NET Remoting or Web Services
for executing processes on a remote machine.
JasonG271009
Good Idea Spotty, Im goin to try a WebService.
Thank you