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