TEMPESTINI.NET

Observations in Software Development

Posts Tagged ‘Membership’

Lab 17 – Membership

Posted by Rick Tempestini on July 22, 2007

You will recreate the application from Lab 16. This time, however, you will create the application with the ASP.NET membership web controls. This application will use a SQL Server Express database to store the user accounts. Also, the ASP.NET membership controls will automatically use this database for registration and login.

Lab17
Default.aspx
Default.aspx.vb
Login.aspx
Login.aspx.vb
Register.aspx
Register.aspx.vb
web.config

Posted in Labs | Tagged: , , | 1 Comment »