Update razor-pages-start.md (#10972)
parent
7c66313c56
commit
21ffc9b0be
|
@ -103,7 +103,7 @@ From Visual Studio, select **File > Open**, and then select the *RazorPagesMovie
|
|||
|
||||
* Press **Ctrl-F5** to run without the debugger.
|
||||
|
||||
Visual Studio Code starts starts [Kestrel](xref:fundamentals/servers/kestrel), launches a browser, and navigates to `http://localhost:5001`. The address bar shows `localhost:port#` and not something like `example.com`. That's because `localhost` is the standard hostname for local computer. Localhost only serves web requests from the local computer.
|
||||
Visual Studio Code starts [Kestrel](xref:fundamentals/servers/kestrel), launches a browser, and navigates to `http://localhost:5001`. The address bar shows `localhost:port#` and not something like `example.com`. That's because `localhost` is the standard hostname for local computer. Localhost only serves web requests from the local computer.
|
||||
|
||||
# [Visual Studio for Mac](#tab/visual-studio-mac)
|
||||
|
||||
|
|
Loading…
Reference in New Issue