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
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
Try:
System.Diagnostics.Process.Start("filename of the exe file");