且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

如何从ASP.Net Web应用程序调用远程服务器.EXE?

更新时间:2022-11-06 18:08:46

使用System.Diagnostics.Process创建一个Web服务(ASMX)来调用该exe,将它放在exe所在的位置&nbsp ;并从您的申请中调用该方法。

Create a Web Service (ASMX) using System.Diagnostics.Process to call that exe, place it where the exe reside and call that method from your application.

谢谢