473,402 Members | 2,064 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,402 software developers and data experts.

Run an app on a client's computer

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

Nov 19 '05 #1
10 1097
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

Nov 19 '05 #2
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


Nov 19 '05 #3
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


Nov 19 '05 #4
Hi again,

OK, but how am I going to receive the request from the app.exe into my
asp.net app?

Kenneth

"Eliyahu Goldin" wrote:
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
>


Nov 19 '05 #5
Ok, better ask this question in a separate thread something like "how to
post back from a window app". You will need to associate the app post with
existent asp.net session. Not sure if you can read the session id cookie. Or
may you can pass the session id to the app as a parameter. I am just
guessing,
don't have any experience with that.

Eliyahu

"Kenneth P" <Ke******@discussions.microsoft.com> wrote in message
news:30**********************************@microsof t.com...
Hi again,

OK, but how am I going to receive the request from the app.exe into my
asp.net app?

Kenneth

"Eliyahu Goldin" wrote:
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
> >
>
>
>


Nov 19 '05 #6
Hi again,

Yes, I started a new thread

Get a postback from an ActiveX Com obj. on the client to asp.net app?

Regards,
Kenneth P

"Eliyahu Goldin" wrote:
Ok, better ask this question in a separate thread something like "how to
post back from a window app". You will need to associate the app post with
existent asp.net session. Not sure if you can read the session id cookie. Or
may you can pass the session id to the app as a parameter. I am just
guessing,
don't have any experience with that.

Eliyahu

"Kenneth P" <Ke******@discussions.microsoft.com> wrote in message
news:30**********************************@microsof t.com...
Hi again,

OK, but how am I going to receive the request from the app.exe into my
asp.net app?

Kenneth

"Eliyahu Goldin" wrote:
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
> > >
> >
> >
> >


Nov 19 '05 #7
You need to create an activeX control. Not an executable.
Nov 19 '05 #8
Are you aiming at users within a intranet.
If so then build a small .net windows exe.
Run that and have query the Network card interface.
When its got the info you need have it launch a webpage from your server and
pass in the info in the query string.
Or have it add a record to a DB that your webpage can read.

Deasun

"Kenneth P" wrote:
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

Nov 19 '05 #9
Hi Deasun,

Yes and No. I'm aming to deploy the app in three modes, Lite: Internet app;
Pro: As the one you describe; Ent: As an Intranet app with very few
restrictions.

Ken

"Deasun" wrote:
Are you aiming at users within a intranet.
If so then build a small .net windows exe.
Run that and have query the Network card interface.
When its got the info you need have it launch a webpage from your server and
pass in the info in the query string.
Or have it add a record to a DB that your webpage can read.

Deasun

"Kenneth P" wrote:
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

Nov 19 '05 #10
Hi Scott,

ActiveX Ctrl. Yes.

Have you got some code excerpts on this subject?

Ken

"Scott Simons" wrote:
You need to create an activeX control. Not an executable.

Nov 19 '05 #11

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Ken Allen | last post by:
Most of .Net seems to be focused on the concept of multiple clients and a single server that provides the control. All of the examples that I have seen presume that the client code knows the...
5
by: TaeHo Yoo | last post by:
Does anyone know that how to create a file in client computer that is exactly the same flle as the one in my server? What I am trying to do exactly is client could create a crystal report in our...
1
by: Carl Jones via .NET 247 | last post by:
(Type your message here) I'm trying to run a client-side script from a web page. It's a VB script that gets information (computer name, software versions etc )about the computer and writes it to a...
5
by: wrytat | last post by:
I'm not sure if I'm posting the correct place. I posted it somewhere else, but someone told me to post it at another place. Anyway, some background first. I am currently building a web...
4
by: Goh | last post by:
Hi, I would like to know how can we implement a web page that intelligent enough to unique identify that pc have been visit before without any cookies and login user require. I have try...
2
by: Wimpie van Lingen | last post by:
Hey I have some more questions with regards to Remoting in .NET 2. I'm using TCP with the Binary formatter. My solution consists of 4 projects: - Class Library containing the server classes...
1
by: DR | last post by:
What ports do i need to unblock on client and server (running msvsmon.exe) to debug remotely from my client box with visual studio 2005 pro? When I attach to remote process a connection shows up...
0
tjc0ol
by: tjc0ol | last post by:
Hi guys, I'm a newbie of this stuffs, We had a small office network (1 Windows 2K - Server) and (3 Windows XP - Client). I am testing to 1 PC (Windows 2K) installed with Licensed Wingate...
8
by: =?Utf-8?B?QkRSaWNoYXJkc29u?= | last post by:
I am aware that is is possible to determine the web client computer name using DNS, i.e. invoke System.Net.Dns.GetHostEntry( System.Web.HttpRequest.UserHostAddress). However, this only seems to...
9
by: =?Utf-8?B?U3RldmVuIFRhbmc=?= | last post by:
I want to download pfx from my asp.net server, add the pfx to client's X509Store as a trusted publisher, Is it possible? my func in aspx is like this: void InstallCertification() { try{...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.