When I use shell.Run or ShellExecute function it opens my exe, but the exe is not running in a new process. How can I make it run in a new process?
EDIT: This is my scenario: I have a website installed on iis on server1. I have 10 citrix clients connecting to this server. I want, when the user press a button on the asp page, to open a exe in a new process that will run on the citrix client. Not on server1.
Thanks.