ASP.NET Logo Back to WebMatrix Home

 
Your First ASP.NET Page
Create a new ASP.NET page
In this walkthrough, you will create a new ASP.NET page.  To accomplish this, perform the below steps:
  1. Open Microsoft ASP.NET Web Matrix.  You will see the New File dialog box appear.
  2. Select (General) from the Templates pane.
  3. Select the ASP.NET Page template.
  4. Type a file path in the Location box.
  5. Type myFirstPage.aspx in the Filename box.
  6. Select Visual Basic in the Language drop-down box.
  7. Click OK. New File Dialog box:

    New File Dialog

     
  8. The myFirstPage.aspx file will now open in Design view and be ready for editing.

    Blank ASP.NET Page


     

 

Next Step >>