如何在网站上运行exe [英] how to run exe in website

查看:139
本文介绍了如何在网站上运行exe的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述


我有一个网站,我想通过单击链接或按钮来运行exe文件.

Hi,
I have a website and i want to run exe file through click on links or buttons.

推荐答案

您无法从浏览器运行服务器端exe.您必须将其发送给用户(具有他的许可),然后再次要求权限来运行它.
you can''t run a server-side exe from the browser. You have to send it to the user (with his permisssion), and then ask premission again to run it.


您可以使用ProcessStartInfo运行EXE.

但是,就算它可以在服务器上运行,客户端/浏览器也无法将其可视化.
You can run your EXE by using ProcessStartInfo.

But whas the point it will run on to the Server, Client/Browser can not visualize it.


这篇关于如何在网站上运行exe的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆