Archive for September 21st, 2009
Forms Authentication – Creating Users
Last week we installed the tables into our database and set up the database connection so that we could implement forms based authentication.
This week, we need to put into place a way of creating users for our system. The easiest way to do that is to create a form that allows our user to sign up.
You might think that you could just use the configuration tool that is in Visual Studio, but my experience is that if you use that tool and then move the database to another server, it doesn’t always work correctly.
But creating a sign-up screen isn’t that hard.
Other Related Items:
AXIOM 20MB PC CardPC Card 20 MB AXCS-ASP-FLC20M www.axiommemory.com 5 Year PC Card Axiom Memory Solutions 20MB PC Card Axiom 1
Building Secure Microsoft ASP.NET Applications (Pro-Developer)This guide presents a practical, scenario-driven approach to designing and building security-enhanced ASP.NET applications for Microsoft® Windows® 2000 and version 1.1 of the Microsoft .NET Framework.


