user160488
user160488

Reputation:

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

Upvotes: 0

Views: 402

Answers (1)

Jojo Sardez
Jojo Sardez

Reputation: 8568

Try:

System.Diagnostics.Process.Start("filename of the exe file");

Upvotes: 1

Related Questions