-
Notifications
You must be signed in to change notification settings - Fork 0
Your First Visual Studio Program: Hello World
-
Start up Visual Studio (the first time you start up, you will have to log in—not shown)
-
Click on the Create a New Project button
-
Type ASP.NET Web Application
-
Select ASP.NET Web Application (.NET Framework) then click the Next button
-
Change the Project name to HOMEWORK1 (and REMEMBER THE FILE LOCATION, YOU'LL NEED THIS FOR SUBMISSION)
-
Click the Create button
-
Select Empty then click the Create Button
-
Right-Click over the globe icon & expand Add > Add New Item…
-
Click on Add New Item…
-
Change the file name to HelloWorld
-
Click the Add button, this creates the file HelloWorld.html (see right panel)
-
Add Hello World (Your Name) in between the
tags -
Run your program by clicking the green run arrow, near the middle of the screen
-
Switch windows back to Visual Studio (not shown) and click the red stop icon near the middle of the screen
You're done!