diff --git a/public/docs/ts/latest/cookbook/visual-studio-2015.jade b/public/docs/ts/latest/cookbook/visual-studio-2015.jade
index 7379bfee1a..7769a1060e 100644
--- a/public/docs/ts/latest/cookbook/visual-studio-2015.jade
+++ b/public/docs/ts/latest/cookbook/visual-studio-2015.jade
@@ -35,9 +35,9 @@ include ../_util-fns
ASP.NET Core + Angular 2 template for Visual Studio 2015.
Note that the resulting code does not map to the docs. Adjust accordingly.
- 如果你希望使用**ASP.NET Core**和全新项目经验,
- 参见_试验中_的ASP.NET Core + Angular 2 template for Visual Studio 2015。
- 注意,最终代码并不与本文相符,请适当调节。
+ 如果你希望使用**ASP.NET Core**并体验全新项目,
+ 参见_预览版_ASP.NET Core + Angular 2 template for Visual Studio 2015。
+ 注意,最终代码与本文不对应,请适当调节。
:marked
The steps are as follows:
@@ -318,13 +318,22 @@ h2#build-and-run 第五步:构建和运行应用
:marked
First, ensure that `index.html` is set as the start page.
Right-click `index.html` in Solution Explorer and select option `Set As Start Page`.
+
+ 首先,确认`index.html`已被设置为开始页面。
+ 在Solution Explorer中,右键点击`index.html`,选择选项`Set As Start Page`。
Build and launch the app with debugger by clicking the **Run** button or press `F5`.
+
+ 点击**Run**按钮或者按`F5`键,用调试器构建和启动应用。
.l-sub-section
:marked
It's faster to run without the debugger by pressing `Ctrl-F5`.
+
+ 按`Ctrl-F5`不带调试器的运行应用,速度会更快。
:marked
The default browser opens and displays the QuickStart sample application.
+
+ 默认浏览器打开并显示快速开始例子应用。
Try editing any of the project files. *Save* and refresh the browser to
see the changes.