Fix bookmark (#4798)

pull/4808/head
Luke Latham 2017-11-15 14:03:28 -06:00 committed by Rick Anderson
parent 9cd5e51258
commit d008a06f79
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ Name the project **MvcMovie**, and then select **Create**.
### Launch the app ### Launch the app
In Visual Studio, select **Run > Start Without Debugging** to launch the app. Visual Studio starts [Kestrel](xref:fundamentals/servers/index#Kestrel), launches a browser, and navigates to `http://localhost:port`, where *port* is a randomly chosen port number. In Visual Studio, select **Run > Start Without Debugging** to launch the app. Visual Studio starts [Kestrel](xref:fundamentals/servers/index#kestrel), launches a browser, and navigates to `http://localhost:port`, where *port* is a randomly chosen port number.
![Browser with new project](start-mvc/b1.png) ![Browser with new project](start-mvc/b1.png)