Click here to Skip to main content
15,896,269 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi all!!

I want to exeute exe program(MFC) from web page(ASP.NET) without ActiveX and ActiveXObject and Download style.

I want anything methods Java script code or ASP.NET code.

I current work to remove ActiveX.

and next work to web page and exe program message(string) or method communication.

Please help me....T_T

What I have tried:

Current programs is using activex But current programs without activex.
so ActiveX or ActiveXObject(javascript code) don't use.

I try download method but download method a problem of Duplicate Files download(chorme browser).
Posted
Updated 27-Sep-16 17:35pm
v2
Comments
KihoC 27-Sep-16 22:38pm    
I used to have Active X object to scan and save document in web page.
That does not work anymore, so I create windows application to scan and build web pages communicate with websocket.

1 solution

If you're talking about executing an .EXE on the client, you can't. That's a MASSIVE security risk and is not allowed.
 
Share this answer
 

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