I'm starting to learn ASP.NET Forms Authentication, and I'm looking for a good article to help me start.
I've heard before that ASP.NET Forms Authentication uses a load of database tables preceeded with aspnet_
, however any examples I've found don't show this.
For example I think theres an aspnet_users
table?
How can I generate these tables, and is this what I'm supposed to be doing?
Any tutorials I find just tell me about adding the authentication
tag into the web.config.