Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/asp.net/35.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Asp.net 在IIS中运行时如何启动进程_Asp.net_Iis_Process - Fatal编程技术网

Asp.net 在IIS中运行时如何启动进程

Asp.net 在IIS中运行时如何启动进程,asp.net,iis,process,Asp.net,Iis,Process,当我添加要在IIS中运行的站点时,我的进程.start()无法打开该进程。它只在本地运行。有没有办法使该方法在IIS中也能工作?您只能在服务器上启动程序,而不能在客户端启动程序。如何做到这一点?使用服务器时如何运行我的exe?您可以在网站上显示一个弹出窗口,说明用户必须在其本地计算机上启动程序。

当我添加要在IIS中运行的站点时,我的进程.start()无法打开该进程。它只在本地运行。有没有办法使该方法在IIS中也能工作?

您只能在服务器上启动程序,而不能在客户端启动程序。如何做到这一点?使用服务器时如何运行我的exe?您可以在网站上显示一个弹出窗口,说明用户必须在其本地计算机上启动程序。