如何执行asp表单的asp? [英] How to execute exe form asp.net ?

查看:52
本文介绍了如何执行asp表单的asp?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述


如何执行exe表单asp.net.if我运行表单本地驱动器它将工作,但如果我运行表单服务器,它只在任务管理器中运行进程,但不查看用户。 />


Hi How to execute exe form asp.net.if i run form local drive it will work ,but if i run form server,it only running process in task manager ,but not view to user.

Dim myApp As New System.Diagnostics.Process()
         myApp.StartInfo.FileName = "C:\Windows\notepad.exe"
         myApp.Start()









如果有可能给出解决方案,请输入无法运行的原因,简单地放弃投票是不正确的答案谁放弃投票,他们实际上不知道任何事情,即使如何回答问题



问候

Aravind





If it possible give solution otherwise pls type the reason for why cant run,simply giving down vote is not proper answer and who give down vote they actually not know any thing ,even though how to reply for question

Regards
Aravind

推荐答案

无论何时从客户端运行该代码,服务器都会打开一个记事本实例...

所以你的代码正在运行,但它可能没有做你想做的事情...

如果你想在客户端打开记事本那么你不能做很容易......如果没有运行自定义的activeX,你就不可能在客户端启动进程,然后你将不得不应对所有类型的安全方面和跨浏览器不兼容...





问题:如果您的代码在技术上是现实的,那么它应该如何在配备Linux或Mac OS的客户端上运行?他们没有C:\ Windows\\\
otepad.exe
Whenever you run that code from client side the server is opening a notepad instance...
so your code is working but it is probably not doing what you would like it to do...
If you would like to open Notepad on the client then you can't do it that easily... there is no chance you start a process on client-side without running a custom activeX and then you will have to cope with all sort of security aspects and cross-browsers incompatibility...


question : if your code was technically realistic how should it behave on a client equipped with Linux or Mac OS? They have no "C:\Windows\notepad.exe"


这篇关于如何执行asp表单的asp?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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