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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top