MTDW001: Simple Forms Authentication - Tutorial 4

Step 7 - Create a link from the start page to the target page:

Step 8 - Add a form to the login.aspx page:

Open the login.aspx page and add a form open and closing tag between the body tags. Make sure that the form has runat="server" within the opening form tag:

<form runat="server"></form>

Step 9 - Add the login server behaviour:

With the cursor on code view between the form tags, select the "Server Behaviours" tab, click on the "+" sign and then select the MiArt>Forms Authentication>Web.config Style Forms Login

The following pop up menu should appear, select or type the options you require and then click ok:

The inserted code and design view will now appear something like this:

[Previous] [Next]

 

...