I've got some problem with a C# .NET application. Then I tried to run VS 2022 (v 17.5.2 ) in DEBUG MODE without a breakpoint and it works. But when I add a breakpoint (it doesn't matter where) the application doesn't start.
Chrome starts but still refreshing the page ( page is blank ). When I run the .NET APP in standard option - I see new changes and everything is working.
I always run APP in IIS MODE on localhost (http://localhost:6257/) - probably with ISS Express.
Any ideas ? I've remove all breakpoints from project, restart PC, redownload project from GIT.