Two dotnet console windows

This public forum is for user-to-user discussions of ASP.NET Maker. Note that this is not support forum.
Post Reply
crash
User
Posts: 148

Two dotnet console windows

Post by crash »

When I generate my project a dotnet console opens

When I generate again a secondr dotnet console opens and then crashes my system.

This means I have to close the console every time I generate... it's disruptive for test

Can anyone help. I'm using http.sys

Thanks


MichaelG
User
Posts: 1095

Post by MichaelG »

You can generate with ASP.NET Maker without the "Browser after generation" option, then use dotnet watch run or Visual Studio 2022 to open and run the generated project yourself.


Post Reply