ASP.NET Logo Back to WebMatrix Home

 
Build an End-to-End Application
Run the Application
In this walkthrough, you will run the Web application you developed throughout this walkthrough. The entry point to the application is the Default page.
  1. Open the Default.aspx file.

     
  2. Run the ASP.NET page.

     
  3. Your ASP.NET page will automatically appear in a new instance of your Web browser. 

     
  4. Because this is the first time you have accessed the site, you will not have access to the page (because you are not logged in). ASP.NEt will automatically redirect you to the login page -- where you can either enter your existing username/password credentials -- or click the register link to create a new account. Once you are logged in, you will be redirected back to the default.aspx page where you will have access to the restricted site.

     

Next Step >>