4
Reply

How to call an .exe file from ASP.net MVC

Akash Varshney

Akash Varshney

Oct 12 2016 8:31 AM
991
I want to call an Exe file which is located in my local machine ( like editplus, or notepad++ ) while my application is deployed in the server. 
i cant not use .. System.Diagnostics.Process.Start to do the same .. beacuse it will try to find the exe in the server . but i want on click on some link that exe should. 
 
I tired with ActiveX component . but it will only works with IE ..
 
Anyone know how to we can achieve in crome.  or anyother method 

Answers (4)