For your first sample ASP.NET projects, let’s take a look at some very simple examples
using Visual studio .net 2008 built a project with some simple steps
1. select new web application in C# using Visual studio .net 2008.
save project with name with location And click on OK button for further steps.
2. Make changes is source code file in current project
using Visual studio .net 2008 built a project with some simple steps
1. select new web application in C# using Visual studio .net 2008.
save project with name with location And click on OK button for further steps.
2. Make changes is source code file in current project
3. Save the project and press F5 to Start Debugging. It show final output in Browser.
Now that's a complete simple asp.net project.


