Click here to Skip to main content
15,949,686 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Hi,
I have a website and i want to run exe file through click on links or buttons.
Posted

You can run your EXE by using ProcessStartInfo.

But whas the point it will run on to the Server, Client/Browser can not visualize it.
 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 7-Nov-11 16:47pm    
Correct, a 5.
--SA
RaisKazi 7-Nov-11 23:04pm    
Thank you SA. :)
you can't run a server-side exe from the browser. You have to send it to the user (with his permisssion), and then ask premission again to run it.
 
Share this answer
 
Comments
LanFanNinja 7-Nov-11 7:39am    
Yes cause if this functionality existed it would be used for much evil Like viruses!!

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900