ActiveX on Microsoft Edge

ChunSeong Low 1 Reputation point
2021-07-05T07:31:03.06+00:00

Hi

I have a .Net web site, which it can read a text file content. It uses .Net's Path.GetFileName and required 'initialize and script activex controls not marked as safe for safety' to be enabled on IE's internet option, so it is only can run on IE.

Since IE is coming to end of life, anyone got any idea how to make it work on Chrome or Edge? I don't find any solution online yet.

Regards

Developer technologies | ASP.NET | Other
Microsoft Edge | Microsoft Edge development
{count} votes

1 answer

Sort by: Most helpful
  1. Reza-Ameri 17,336 Reputation points Volunteer Moderator
    2021-07-09T15:06:38.673+00:00

    Microsoft Edge no longer support the ActiveX and the only way to use it is if you run the website using the IE Mode.
    However, we recommend do not use any ActiveX and use alternatives in modern web standards like HTML5. Currently, most functionalities of ActiveX controllers are natively build into modern web standards for example using WebGL, you are able to build a 3D Game without asking user to install any extensions.

    1 person found this answer helpful.
    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.