Step-1: Go to the Visual Studio --> Create a New project --> Select C# --> Select Web --> Select ASP.NET Web Application.
Step-2: Select
Empty and click
OK.
Step-3: Go to Solution Explorer --> Hover on
Add --> Select
New item.
Step-4: Now, select
Web Form and give it a name.
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).
output And, we are done here. The Webapp has been created successfully.