launchSettings

In our launch settings file we will modify a couple of important things like the port:

In the following line

"applicationUrl": "https://localhost:5001;http://localhost:5000",

We will remove the 5001 port and we will only let the 5000 port.

Last updated