Reputation:
I try to call exe from web service. It can not run exe programme. anyone please help me for this problem. I develope it by asp.net.
Thank you for this so much.
Asada
Upvotes: 0
Views: 402
Reputation: 8568
Try:
System.Diagnostics.Process.Start("filename of the exe file");
Upvotes: 1