dotnet new web
by default it runs with port :5000. To change it go to appsettings.json
and add "Urls": "http://*:5001"
dotnet restore
dotnet run
| Name | Name | Last commit date | ||
|---|---|---|---|---|
dotnet new web
by default it runs with port :5000. To change it go to appsettings.json
and add "Urls": "http://*:5001"
dotnet restore
dotnet run