在客户端的计算机上运行应用程序 [英] Run an app on a client's computer

查看:94
本文介绍了在客户端的计算机上运行应用程序的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好,

如果我想在一台客户的计算机上运行一个应用程序(当然是他的批准

) .net应用程序,我该怎么做?


如果客户端在他的计算机上安装了.NET Framework,是否有可能?


任何想法?


TIA


问候,

Kenneth P

解决方案

Kenneth,


只需指向exe的链接。


Eliyahu


" Kenneth P" <柯****** @ discussions.microsoft.com>在消息中写道

新闻:8A ********************************** @ microsof t.com ...

大家好,

如果我想在客户端的计算机上运行一个应用程序(当然是他的
批准)从asp.net应用程序,我该怎么办?

如果客户端在他的计算机上安装了.NET Framework,是否可能?

任何想法?

TIA

问候,
Kenneth P



您好Eliyahu,

对不起,我不明白你在说什么。


什么exe?


我来给你我想到的一个例子。


我希望用户浏览我的asp.net应用程序,然后我想检查

他是谁,通过检查他的网卡号码。


我认为他必须在他的计算机上安装.NET Framework。


但是什么我是否必须能够阅读他的网络ork cardnr?


ActiveX组件还是?他必须拥有IEx.x吗?还有其他任何技术吗?


问候,

Kenneth P


" Eliyahu Goldin"写道:

Kenneth,

只需指向exe的链接。

Eliyahu

" ;肯尼思P" <柯****** @ discussions.microsoft.com>在消息中写道
新闻:8A ********************************** @ microsof t.com。 ..

大家好,

如果我想在客户端的计算机上运行一个应用程序(用他的


批准

当然)来自asp.net应用程序,我该怎么办?

如果客户端在他的计算机上安装了.NET Framework,它是否可能?
任何想法?

TIA

问候,
Kenneth P




Kenneth,


我的意思是你的页面可以有你想要提供的exe的url链接。喜欢


< a href = http://kennethsite.com/apptorun.exe>点击此处运行我的

申请< / a>


当用户点击它时,会出现一个确认对话框。如果确认,

exe将加载并运行。


Eliyahu


" Kenneth P" <柯****** @ discussions.microsoft.com>在消息中写道

news:08 ********************************** @ microsof t.com ...

嗨Eliyahu,

抱歉,我不明白你在说什么。

什么exe?

让我给你一个例子我的想法。

我希望用户浏览我的asp.net应用程序,然后我想检查
他是通过查看他的网卡号码而来的。

我认为他必须在他的
计算机上安装.NET Framework。
但我该怎么办?必须能够读取他的网络卡?

一个ActiveX组件或?他必须拥有IEx.x吗?任何其他技术?

问候,
Kenneth P

Eliyahu Goldin写道:

Kenneth,

只需指向exe的链接。

Eliyahu

" ;肯尼思P" <柯****** @ discussions.microsoft.com>在消息中写道
新闻:8A ********************************** @ microsof t.com。 ..

大家好,

如果我想在客户端的计算机上运行一个应用程序(用他的


批准

当然)来自asp.net应用程序,我该怎么做?

如果客户端在他的
计算机上安装了.NET Framework,是否可能?任何想法?

TIA

问候,
Kenneth P




Hi all,

If I wanted to run an application on a client''s computer (with his approval
of course) from an asp.net application, how would I do?

Is it possible if the client has .NET Framework installed on his computer?

Any ideas?

TIA

Regards,
Kenneth P

解决方案

Kenneth,

Just point a link to the exe.

Eliyahu

"Kenneth P" <Ke******@discussions.microsoft.com> wrote in message
news:8A**********************************@microsof t.com...

Hi all,

If I wanted to run an application on a client''s computer (with his approval of course) from an asp.net application, how would I do?

Is it possible if the client has .NET Framework installed on his computer?

Any ideas?

TIA

Regards,
Kenneth P



Hi Eliyahu,

Sorry I don''t understand anything you''re saying.

What exe?

Let me give you an example what I had in mind.

I wanted the user to surf my asp.net application and then I want to check
that he is he, by checking his network card number.

By that I assume that he has to have .NET Framework installed on his computer.

But what do I have to have to be able to read his network cardnr?

An ActiveX component or? Does he have to have IEx.x? Any other technology?

Regards,
Kenneth P

"Eliyahu Goldin" wrote:

Kenneth,

Just point a link to the exe.

Eliyahu

"Kenneth P" <Ke******@discussions.microsoft.com> wrote in message
news:8A**********************************@microsof t.com...

Hi all,

If I wanted to run an application on a client''s computer (with his


approval

of course) from an asp.net application, how would I do?

Is it possible if the client has .NET Framework installed on his computer?

Any ideas?

TIA

Regards,
Kenneth P




Kenneth,

I mean you page can have a url link to the exe you want to provide. Like

<a href=http://kennethsite.com/apptorun.exe>Click here to run my
application</a>

When user clicks it, a confirmation dialog will appear. If confirmed, the
exe will load and run.

Eliyahu

"Kenneth P" <Ke******@discussions.microsoft.com> wrote in message
news:08**********************************@microsof t.com...

Hi Eliyahu,

Sorry I don''t understand anything you''re saying.

What exe?

Let me give you an example what I had in mind.

I wanted the user to surf my asp.net application and then I want to check
that he is he, by checking his network card number.

By that I assume that he has to have .NET Framework installed on his computer.
But what do I have to have to be able to read his network cardnr?

An ActiveX component or? Does he have to have IEx.x? Any other technology?

Regards,
Kenneth P

"Eliyahu Goldin" wrote:

Kenneth,

Just point a link to the exe.

Eliyahu

"Kenneth P" <Ke******@discussions.microsoft.com> wrote in message
news:8A**********************************@microsof t.com...

Hi all,

If I wanted to run an application on a client''s computer (with his


approval

of course) from an asp.net application, how would I do?

Is it possible if the client has .NET Framework installed on his computer?
Any ideas?

TIA

Regards,
Kenneth P




这篇关于在客户端的计算机上运行应用程序的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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