Hello World Webapp In ASP.NET Using Visual Studio 2015

 

Step-1: Go to the Visual Studio --> Create a New project --> Select C# --> Select Web --> Select ASP.NET Web Application.

 


web apllication

Step-2: Select Empty and click OK.

empty

Step-3: Go to Solution Explorer --> Hover on Add --> Select New item.

new item

Step-4: Now, select Web Form and give it a name.

web form

Step-5: Write the text, Hello World, in the design window.

Step-6: Next, run the application (you can choose any browser at the top ribbon of Visual Studio).

browser

output

output

And, we are done here. The Webapp has been created successfully.