You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Instructions/20480C_MOD01_DEMO.md
+4-5Lines changed: 4 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -143,7 +143,7 @@ Wherever a path to a file starts with *[Repository Root]*, replace it with the a
143
143
3. In the **New Project** dialog box, Select **Web**, click **ASP.NET Web Application(.NET Framework)**.
144
144
145
145
>**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**.
147
147
4. From the location drop-down list, set the file path to **[Repository Root]\Allfiles\Mod01\Democode\DemoWebSite**, and then click **OK**.
148
148
5. In New **ASP.NET Core Web Application-DemoWebSite**, Select **Empty**, and then click **OK**.
149
149
@@ -181,10 +181,9 @@ Wherever a path to a file starts with *[Repository Root]*, replace it with the a
181
181
182
182
#### Run the web application
183
183
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**.
188
187
189
188
>**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.
0 commit comments