How to web asp.net web service call exe?
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");
精彩评论