Fix bookmark (#4798)
parent
9cd5e51258
commit
d008a06f79
|
@ -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)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue