Learn ASP.NET Web Forms by building a web site from scratch.
Part I: Creating a Web Site.
Create an empty web site named DemoWebForms.
If you want to learn how to create an empty web site, please go to the chapter Web Empty Site.
In the "DemoWebForms" folder, create a new ASPX file named Default.aspx.
Put the following content inside the file:
In the "DemoWebForms" folder, create a new ASPX file named "About.aspx".
Put the following code inside the file:
The about file above contains a heading and a paragraph. Please feel free to edit the content.
Your message has been sent to W3Schools.