2

Using Visual Studio 2022 v17.1.3 and Microsoft Edge 99.0.1150.55

I was using Chrome to execute my ASP.NET projects and Javascript breakpoints worked. After switching to Edge, Javascript debugging stopped working.

I've followed suggestions in several stack articles, specifically this one with no results:

Visual Studio integrated Javascript debugging with Windows 10 Edge

My settings are all configured properly:

enter image description here

Options->Debugging->General

enter image description here

Project Properties

enter image description here

Does anybody have an updated 2022 fix for this?

JamesF
  • 434
  • 5
  • 17

1 Answers1

0

I had the same problem until today. The solution for me and i think also for all of mankind is :-) to run your application not under the "Default Website" on IIS (Internet Information System). Your application must be configurated as a own Site with own Port on IIS. Here are some screenshots as example:

Configuration in IIS:

IIS Config

Configuration in Visual Studio for your "Start Project":

VS Config

Configuration in Visual Studio Code:

VS Code Config

I hope i could help all of you to solve the problem ;-)

Cilesizzz
  • 1
  • 2