File Access

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Dear all,

I have developed a web application using ASP.NET. Under web application folder I have created another folder which stores some exe files(for example, setup.exe). I have to access this file(setup.exe) using client-side Java Script and also I have to execute that setup.exe using client-side Java script. Could anyone help on this.

Regards,
Sateesh
 
You can point a URL at the executable file, but there is no legitimate
way to execute the file on the client side without getting the user's
permission first. Think of the security ramifications if you could.

Sorry.

Bruce Johnson
http://www.ObjectSharp.com/Bruce
 
Back
Top