aspnetcore/includes/run-the-app6.0.md
Press Ctrl+F5 to run without the debugger.
Visual Studio:
http://localhost:port, such as http://localhost:7042.
localhost: The standard hostname for the local computer. Localhost only serves web requests from the local computer.Press Ctrl-F5 to run without the debugger.
Visual Studio Code:
http://localhost:port, such as http://localhost:7042.
localhost: The standard hostname for the local computer. Localhost only serves web requests from the local computer.Select Debug > Start Without Debugging to launch the app.
Visual Studio for Mac:
http://localhost:port, such as http://localhost:7042.
localhost: The standard hostname for the local computer. Localhost only serves web requests from the local computer.From Visual Studio, press Opt-Cmd-Return to run without the debugger. Alternatively, navigate to the menu bar and go to Run>Start Without Debugging.
Visual Studio starts Kestrel, launches a browser, and navigates to a randomly assigned port such as http://localhost:7042.