Hello I'm using WCF to start and do operations on processes on a remote computer from a smart client When I call the method that implements Process.Start(string processName); it starts the process under ASPNET user.
I used the overloaded versoin of this method Process.Start(string processName, string userName, SecureString password, string domain); It executes fine, but i get an error on the remote computer it says (Faild to initialize notepad.exe in address (some address))