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.

Signature
Regards,
Mike D
Coding in C# since Feb 2007
Siva M - 10 Aug 2007 17:56 GMT
Nope, can't do.
> 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.
Mark Rae [MVP] - 10 Aug 2007 18:14 GMT
>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...

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