Create application
Create a simple application from a template using .NET.
dotnet new webapp -n myWebApp -o src --no-httpsTest the application
dotnet run --urls http://localhost:5000Access the application:
The following page should appear.

Last updated