Re: ASP.NET and Executables

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



You can either make an ActiveX control or use a Windows WSH call like this:

function callExe() {
var myShell = new ActiveXObject( "WScript.shell" );
myShell.run( '"mycommand.exe", ... some other parameters are here...);
}

In either case you will have to rely on the user to allow a special security
to your site.

--
Eliyahu Goldin,
Software Developer & Consultant
Microsoft MVP [ASP.NET]
http://msmvps.com/blogs/egoldin
http://usableasp.net


"Ken Beaudry" <ken.beaudry@xxxxxxxxxxxxxxx> wrote in message
news:JsLSh.20120$kr.7296@xxxxxxxxxxxxxxxxxxxxxxxx
I hope that someone can answer this. I work in a call center, and
we are upgrading some of our systems. I need to find out if there
is a way for an ASP.NET page to call and execute an EXE file on the
local machine. Our new dialing platform is web-based and no longer
client-side. Some of our applications use a custom digital
recording solution which I need to call an executable to start.

ANY HELP WOULD BE GREATLY APPRECIATED.

Thank you


--
--------------------------------- --- -- -
Posted with NewsLeecher v3.9 Beta 2
Web @ http://www.newsleecher.com/?usenet
------------------- ----- ---- -- -




.



Relevant Pages

  • RE: Rather large MSIE-hole
    ... transformed into an ActiveX control in C:\WINDOWS\Downloaded Program ... on a system that you wanted to execute. ... slightly dangerous if you are running as admin ... p.s. see ya @ SANS2002...party Florida style!! ...
    (Vuln-Dev)
  • Re: invoking a method on a particular thread
    ... > of threads and then be able to call a method and have it execute in the ... either poll a queue of "things to do" or actively wait on such a queue ... > appartment state STA. ... > this activeX control I would like it to "sleep" and wait to be told ...
    (microsoft.public.dotnet.framework)
  • Re: Open Outlook on user machine
    ... compiled COM application that downloads to the user's client browser and ... attempts to execute there. ... you can write an embedded activeX control and call it ... download to the client and run there, you can do more or less anything you ...
    (microsoft.public.dotnet.languages.csharp)
  • invoking a method on a particular thread
    ... of threads and then be able to call a method and have it execute in the ... appartment state STA. ... this activeX control I would like it to "sleep" and wait to be told ...
    (microsoft.public.dotnet.framework)