在 ASP 中启动进程?
我正在开发一个旧的 ASP Web 应用程序(不是 .net),我需要启动一个单独的进程 (exe)。经过多次谷歌搜索后,我还没有找到有效的方法来做到这一点。有人有什么建议吗?
CreateProcess 在 ASP 中工作吗?
谢谢!
I am working on an old ASP web app (not .net) and I need to launch a separate process (exe). After much googling I have yet to find a valid way of doing this. Anyone have any suggestions?
Does CreateProcess work in ASP?
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您需要完全控制服务器,因为这被认为非常不安全。托管服务不太可能允许您执行此操作。
这里有一篇文章解释了整个过程。
You'll need to have full control of the server, as this is considered very insecure. It's unlikely a hosting service will allow you to do this.
Here is an article that explains the whole process.