| |
| 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.
- Open the Default.aspx file.
- Run the ASP.NET page.
- Your ASP.NET page will automatically appear in a new instance of your
Web browser.
- 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 >> |
|