I want to execute a C# program remotely on a server. Execution would start from a client program which would in turn start the server program. The current plan is to modify the current server exe I have to use .Net remoting. Is this the best plan? If so, can someone point me to a resource that can explain remoting clearly? Is there a better solution?
Thanks
Thanks