简体   繁体   English

如何使用 asp.net Web 应用程序在本地计算机上显示和打开已安装的应用程序

[英]How to display and open installed applications on local machine using asp.net web application

How to display and open installed applications on local machine using asp.net web application如何使用 asp.net Web 应用程序在本地计算机上显示和打开已安装的应用程序

I want to show the list with a dropdown menu and when I click on any application that application should open.我想用下拉菜单显示列表,当我点击任何应用程序时,该应用程序应该打开。

If I understand your question properly, the answer is "You can't."如果我正确理解你的问题,答案是“你不能”。

Reason: Your web application is sand boxed due to security reasons.原因:由于安全原因,您的 Web 应用程序被沙盒化。
Think of it like this: You don't want Facebook to find all your installed applications to figure out what ads to show you.可以这样想:您不希望 Facebook 找到所有已安装的应用程序来确定要向您展示哪些广告。 You don't want any malicous site to figure out which applications you have installed to exploit a security error in application X.您不希望任何恶意站点找出您安装了哪些应用程序来利用应用程序 X 中的安全错误。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何使用Asp.net Web应用程序访问客户端计算机上安装的客户端应用程序(扫描仪或.exe) - how to access client application (Scanner or .exe) which are installed on client machine using Asp.net web application 访问仅在本地计算机上运行的ASP.NET Web应用程序 - Accessing ASP.NET web application that only runs on a local machine 如何使用asp.net Web应用程序在Web浏览器控件中显示Word 2007文档? - How to display word 2007 document in web browser control using asp.net web application? 本地计算机保存报告/如何使用ASP.NET C#本地计算机路径 - Local Machine Saving Report / How to path of local machine using ASP.NET C# ASP.NET Web应用程序 - Asp.net web applications 如何在ASP.NET Web应用程序中调出本地图片库的路径 - How to call out path of local pictures library in ASP.NET web applications 如何对ASP.NET应用程序中另一台计算机上的本地Windows用户进行身份验证? - How would I authenticate against a local windows user on another machine in an ASP.NET application? 从Web应用程序操作客户端计算机-ASP.Net - Manipulate Client Machine From Web Application - ASP.Net 在另一台机器上运行我的Asp.Net Web应用程序 - run my Asp.Net Web application on another machine 如何使用ASP.NET在网页中显示文本/消息 - How to Display A Text / Message in Web Page Using ASP.NET
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM