Our .Net application is using Component art controls with asp.net but the component art controls are not working on chrome browser

Bharathi 46 Reputation points
2023-09-19T05:17:58.7633333+00:00

We have a asp.net web application which is implemented using .net framework 4 and it' s widely using component art controls since 2010.

This application was working only on IE browser due to the implementation of component art controls but now IE browser support is ended.

Now to run this application on modern browsers like Edge and other, we need to find the solution to replace the component art controls.

Can you please suggest a solution.

Microsoft Edge
Microsoft Edge
A Microsoft cross-platform web browser that provides privacy, learning, and accessibility tools.
2,297 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,460 questions
0 comments No comments
{count} votes

Accepted answer
  1. XuDong Peng-MSFT 10,511 Reputation points Microsoft Vendor
    2023-09-19T07:16:49.1233333+00:00

    Hi @Bharathi,

    This application was working only on IE browser due to the implementation of component art controls but now IE browser support is ended.

    In this case. I think you have to use Edge IE Mode to make your application continue to work. This can be achieved with the browser settings:

    1. Open Microsoft Edge and navigate to: edge://settings/defaultBrowser.
    2. Move to Internet Explorer compatibility section.
    3. Switch the option Allow sites to be reloaded in Internet Explorer mode (IE mode) to Allow.
    4. Add the address of your website to list Internet Explorer mode pages.

    For the above method, you need to pay attention to whether the setting expires (default is 30 days). You can also avoid this problem through group policy configuration. Simply refer to this document: https://learn.microsoft.com/en-us/deployedge/edge-ie-mode-policies

    Best regards,

    Xudong Peng


    If the answer is the right solution, please click "Accept Answer" and kindly upvote. 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.

    0 comments No comments

0 additional answers

Sort by: Most helpful

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.