Developing and testing features or extensions for Microsoft Edge
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I tried to use server opened exe file on edge, but it doesn't work. Server can't found the path of exe.
Please help me if this is possible to do.
Please guide me how can I implement this.
Developing and testing features or extensions for Microsoft Edge
A set of technologies in .NET for building web applications and web services. Miscellaneous topics that do not fit into specific categories.
@Jiroju ,
I am not sure how actually you had tried to launch the exe file from the Edge browser.
We can launch the 'Exe' file using ActiveX but modern browsers do not support ActiveX due to security reasons.
So if you are directly trying to launch the exe from the Edge browser then it is not going to work.
At present, ActiveX is only supported by the IE browser.
You can try to visit the site in the IE mode in the Edge browser. IE mode supports the Activex.
So in this way you can try to launch the exe from Edge browser.
Example:
Output:
In the above test result, you can notice that the web page is open in IE mode in the Edge browser. It uses the IE browser engine to render the page.
You need to place the exe file on the target machine and you need to provide the local path to that exe file.
Note:
I try to provide you this information for learning purposes. As launching the exe file from the browser can cause security-related issues, I would not suggest you do it on your production site.
----------
If the response is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.