Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > Remote execution from web

Reply
Thread Tools

Remote execution from web

 
 
=?Utf-8?B?TWlrZSBE?=
Guest
Posts: n/a
 
      08-10-2007
I don't think it can be done but does anyone know if it is possible to run an
application (.exe) on a client workstation from a web request? Certain
workstations have an application which I would like to run from a hyperlink.
If it can't be done then it isn't no big deal. Thanks.

--
Regards,

Mike D
Coding in C# since Feb 2007
 
Reply With Quote
 
 
 
 
=?Utf-8?B?U2l2YSBN?=
Guest
Posts: n/a
 
      08-10-2007
Nope, can't do.

"Mike D" wrote:

> I don't think it can be done but does anyone know if it is possible to run an
> application (.exe) on a client workstation from a web request? Certain
> workstations have an application which I would like to run from a hyperlink.
> If it can't be done then it isn't no big deal. Thanks.
>
> --
> Regards,
>
> Mike D
> Coding in C# since Feb 2007

 
Reply With Quote
 
 
 
 
Mark Rae [MVP]
Guest
Posts: n/a
 
      08-10-2007
"Mike D" <> wrote in message
news:11A15164-6E1E-40C7-9D3E-...

>I don't think it can be done but does anyone know if it is possible to run
>an
> application (.exe) on a client workstation from a web request? Certain
> workstations have an application which I would like to run from a
> hyperlink.
> If it can't be done then it isn't no big deal. Thanks.


Not natively... Web browsers are designed specifically to prevent this type
of activity...

Your only option would be to write an ActiveX control or Java applet, but
you would need to seriously ramp down your security, and you'd have next to
no chance of getting this working over the public Internet...


--
Mark Rae
ASP.NET MVP
http://www.markrae.net

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
private data stashed in local/global execution context of PyEval_EvalCode disappears down the execution stack sndive@gmail.com Python 9 11-14-2007 10:31 PM
Microsoft Windows Routing and Remote Access Remote Code Execution Vulnerability imhotep Computer Security 0 06-23-2006 03:47 AM
Microsoft Windows Routing and Remote Access Remote Code Execution Vulnerability imhotep Computer Security 0 06-21-2006 02:03 AM
Remote Assistance fails to connect, remote remote host name could not be resolved Peter Sale Wireless Networking 1 12-11-2004 09:09 PM
Java books and remote execution sandiyan Java 1 03-03-2004 10:54 AM



Advertisments