ASP.NET - PRACTICAL TUTORIAL
How to Create First Application in ASP.NET ?
Creating First Application : To create application you should be aware of the following things ...DEVELOPMENT TOOLS AND FRAMEWORK : Microsoft Visual Studio 2010/2012 Software
.Net Framework (3.5 /4.0)
Programming Languages : ASP.NET (4.0) , C# , VB.NET
VISUAL STUDIO 2010 Professional Software :
We will now create ASP.NET EMPTY WEBSITE and we will select .Net Framework 4 , file system and give the name to our website and and specify the location where we want to store it like C:/
Now we will add a web form to start with so , from solution explorer , we will select add new item option and we will select add WEB FORM . and name it as Default.aspx
After adding a default.aspx we will see that default.aspx page appears , which have two sections / views one is Design View and other is Code view .
Now Run this application(F5) or start debugging (F5) : We will see the result as shown below .