what does not work mean? is there an error?
Localhost error with Edge in IE Mode
Ben Aminnia
21
Reputation points
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 | Visual Studio | Debugging
A core feature of Visual Studio that allows developers to inspect, analyze, and troubleshoot code during execution.
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.
4 answers
Sort by: Most helpful
-
Bruce (SqlWork.com) 81,971 Reputation points Volunteer Moderator
2022-04-28T19:49:16.72+00:00 -
Ben Aminnia 21 Reputation points
2022-04-28T20:14:50.73+00:00 HTTP Error 500.0 - Internal Server Error
-
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.
-
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.