Click here to Skip to main content
15,891,849 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Run exe file from ASPX page in mozilla firefox CLIENT SIDE
In My application
1.Actually .exe file i am run in asp.net page using activexobject..
but it would be compatible to Internet Explorer ..i want browser compatibility (means run mozilla and chrome)
Posted

1 solution

Because of security, this is something that can't be done easily, necessarily. Your options are to create a hyperlink to c:\etc assuming the path will always be the same on the client. Or, you send the user the file in the Response or link to it and let the user Save it and then run it.
 
Share this answer
 
Comments
rangababu123456 15-Feb-13 0:17am    
i developed .exe file for reading scan documents from scanner ..but want access the documents through browser only ..
ZurdoDev 15-Feb-13 7:41am    
You'll have to let the users upload them with a filupload control and process them on the server. For security reasons, you can't just run an exe on someone's computer.
rangababu123456 18-Feb-13 23:40pm    
But In facebook How they run .exe files means gaming file..
ZurdoDev 19-Feb-13 7:31am    
I don't use facebook so I have no idea. But the games are not likely exe files, if they are running inside the facebook website.
rangababu123456 27-Feb-13 7:05am    
any alternative to run .exe on client side using firefox and chrome

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