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

Akash VarshneyPosted Oct 13, 2016, 3:02 AM
Midhun TpPosted Oct 13, 2016, 2:29 AM
Please have a look at below article-
http://www.codeproject.com/Articles/113678/How-to-execute-a-Local-File-using-HTML-Application
Akash VarshneyPosted Oct 13, 2016, 2:19 AM
Bikesh SrivastavaPosted Oct 12, 2016, 8:49 AM