Hmmm...... the thing is when I stopped the debugger and close the browser tabs, and redo everything again then it works.
Wouldn't the code problem not be the same over two different debugging sessions?
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
One project is a NET5 Web API with EF Core, the other is a Blazor Server app.
My workflow is as follows:
More than half of the time the developer tools in the browser report "connection actively refused"
Then I stop the debugger and close the browser tabs, and repeat step 1 and 2, which mostly works now.
However, when I make changes in the Blazor app the process start again with 1.
Then several times per day I need to close VS2019 in the hope of fixing this and hearing the fans on the computer kick in.
At one time today VS 2019 was consuming 100% processor resources in Task Manager.
VS is currently on 16.8.6, and it did the same thing on version 16.8.5
What am I doing wrong here?
Hmmm...... the thing is when I stopped the debugger and close the browser tabs, and redo everything again then it works.
Wouldn't the code problem not be the same over two different debugging sessions?
https://learn.microsoft.com/en-us/visualstudio/ide/how-to-set-multiple-startup-projects?view=vs-2019
Set VS to start both projects concurrently and see if it helps.
I had previously learned not to use starting both projects by VS because it was unreliable. Maybe maybe less unreliable than what I am doing now.
Thnx