Skip to content

Commit 42963a0

Browse files
authored
Update 20480C_MOD01_DEMO.md
1 parent 09e7941 commit 42963a0

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

Instructions/20480C_MOD01_DEMO.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ Wherever a path to a file starts with *[Repository Root]*, replace it with the a
143143
3. In the **New Project** dialog box, Select **Web**, click **ASP.NET Web Application(.NET Framework)**.
144144

145145
>**Note**: It does not matter whether you select the **Visual Basic** or **Visual C#** templates in the left pane; the templates for both languages enable you to create HTML5 webpages and implement functionality by using JavaScript.
146-
146+
4. In the **Name** text box enter **DemoWebSite**.
147147
4. From the location drop-down list, set the file path to **[Repository Root]\Allfiles\Mod01\Democode\DemoWebSite**, and then click **OK**.
148148
5. In New **ASP.NET Core Web Application-DemoWebSite**, Select **Empty**, and then click **OK**.
149149

@@ -181,10 +181,9 @@ Wherever a path to a file starts with *[Repository Root]*, replace it with the a
181181

182182
#### Run the web application
183183
1. In DemoWebSite - Microsoft Visual Studio, on the **Debug** menu, click **Start Debugging**.
184-
2. Please add the necessary steps required to trust the certificate and related to the certificate pop-up window.
185-
3. If the **Debugging Not Enabled** dialog box appears, click **Modify the Web.config file to enable debugging**, and then click **OK**.
186-
4. Verify that Microsoft Edge starts running and displays **ContactUs.html**. The text for the page should appear in blue.
187-
5. In Microsoft Edge, if the **Intranet settings are turned off by default** message appears, click **Don’t show this message again**.
184+
2. If the **Debugging Not Enabled** dialog box appears, click **Modify the Web.config file to enable debugging**, and then click **OK**.
185+
3. Verify that Microsoft Edge starts running and displays **ContactUs.html**. The text for the page should appear in blue.
186+
4. In Microsoft Edge, if the **Intranet settings are turned off by default** message appears, click **Don’t show this message again**.
188187

189188
>**Note**: You can enter some sample data, but do not click **Send** because the URL that is the target of the form is not available.
190189

0 commit comments

Comments
 (0)