Run our legacy application on Edge Natively

Sachidhanantham Ramalingam 16 Reputation points
2025-01-22T04:22:20.6933333+00:00

Hi,IE to Edge Queries.pdf

 

We are using a legacy web application (ASP.NET with VB Core) which was developed using VS2003 Framework 1.1 and used IE5 bowser, now we migrated our application to VS2019 Framework 4.8.

 

As you know Microsoft has stopped IE browser support and asked to use Edge browser (with IE mode if needed), so we are decided to run our application in Edge using Compatibility mode:IE5 (OR) Edge natively.

 Note: Our preference for Edge natively

Please refer the attached “IE to Edge Queries.docx” for steps which we followed to launch our application in Edge and “site.xml" for compatibility settings.

 

Can you please provide some guidance to achieve this requirement without making any major code change in our application.

 

Thanks,

--Sachi…

Microsoft Edge
Microsoft Edge
A Microsoft cross-platform web browser that provides privacy, learning, and accessibility tools.
2,449 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Yu Zhou-MSFT 14,511 Reputation points Microsoft Vendor
    2025-01-22T09:20:42.7866667+00:00

    Hi @Sachidhanantham Ramalingam

    The policies you configure are almost right. For this policy Configure the Enterprise Mode Site List, you can set the value to file:///D:/site.xml.

    After you set the group policies, there's no need to set registry settings again. The registry path you show in pdf is not right. The right registry setting for policy Configure the Enterprise Mode Site List should be like this: User's image

    If the issue persists, please open edge://policy/ page and edge://compat/iediagnostic page in Edge browser in machine B and provide the screenshots of the pages. Please also provide your D:/site.xml file for checking.

    If you want your app to work in Edge natively, you'll have to change the old code totally to make it compatible with Edge. There's no way to achieve this without making major code changes.


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    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.

    Regards,

    Yu Zhou


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.