Posts Tagged ‘creating users’
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:
Sexy Web Design: Creating Interfaces That WorkSexy Web Design is an easy-to-follow guide that reveals the secrets of how to build your own breathtaking web interfaces from scratch. You'll be gu... Read More >


