Update razor-pages-start.md (#10972)

pull/10975/head
Rick Anderson 2019-02-15 10:38:14 -10:00 committed by GitHub
parent 7c66313c56
commit 21ffc9b0be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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)