MTDW001: Simple Forms Authentication - Tutorial 3

Step 5 - Create the login.aspx file:

Go to file>new

Then select "Dynamic Page" and "ASP.NET C#" (the extension supports VB.Net also):

Name the file login.aspx and save it within the folder to want secure.

Step 6 - Create additional pages:

Repeat the process above, creating a target secured page within the folder to be secured. Then create a start page outside of this folder. This page simply links to the target, secured, page - we will use it to test the security works later. Your site should now look like this in Dreamweaver's site window:

[Previous] [Next]

 

...