Localhost error with Edge in IE Mode

Ben Aminnia 21 Reputation points
2022-04-28T17:37:39.17+00:00

Our website works fine with Microsoft Edge in Internet Explorer mode, but when testing updates in Visual Studio, localhost does not work in IE mode.

Developer technologies | Visual Studio | Debugging
Developer technologies | C#
Developer technologies | C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
0 comments No comments
{count} votes

4 answers

Sort by: Most helpful
  1. Bruce (SqlWork.com) 81,971 Reputation points Volunteer Moderator
    2022-04-28T19:49:16.72+00:00

    what does not work mean? is there an error?

    0 comments No comments

  2. Ben Aminnia 21 Reputation points
    2022-04-28T20:14:50.73+00:00

    HTTP Error 500.0 - Internal Server Error


  3. Bruce (SqlWork.com) 81,971 Reputation points Volunteer Moderator
    2022-04-30T03:07:28.403+00:00

    The 500 error is from the server code. You need to debug the server code when run locally. I assume you are running with visual studio, just set a break point.

    0 comments No comments

  4. Ben Aminnia 21 Reputation points
    2022-04-30T16:08:47.253+00:00

    Yes, the error comes up when debugging on Visual Studio.
    And sometimes, when I restart, it works fine (but not always). I was hoping for a stable solution.


Your answer

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