问题描述
嗨.
我已经创建了一个ASP应用程序,在那里我需要运行.exe并向其发送一些参数,现在我可以使用process.start()来做到这一点,但是当我处于调试模式时(直接从视觉工作室).
我已经阅读了一段时间,发现出于安全原因,我将无法执行此操作...
有什么方法可以执行此操作吗?像脚本之类的东西?
主要问题是我需要将参数发送到.exe
在此先感谢
注意:这是我工作中的Intranet站点,这是绝对必要的.
Hi.
I have created an ASP application, there I need to run a .exe and send it some parameters, right now I''m able to do this with process.start() but just when I''m in debugging mode (Directly from Visual Studio).
I have been reading a little and I found that for security reasons I''ll not be able to do this...
Is there any way to perform this? like a script or something?
The principal problem is that I need to send parameters to the .exe
Thanks in advance
Note: This is for an Intranet Site in my job, and it''s absolutely necessary to do this.
推荐答案
这篇关于从ASP应用程序在客户端运行.exe的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!