by mike360 » Thu Oct 15, 2009 12:00 pm
The .NET framework has a collection of classes for user registration, login and session management. Check out this article on Membership, MembershipUser, Roles and Profiles (linked below). There's also (if I recall correctly) a Registration Wizard control that you can use. The whole package covers a lot more than what you need from the sounds of it but it's worth while to look at.
http://www.4guysfromrolla.com/articles/120705-1.aspxAlso, refer to the System.Web.Security namespace on MSDN which contains all the documentation for the classes you need.
http://msdn.microsoft.com/en-us/library ... urity.aspxIt has been over a year since I've written any Asp.NET stuff and even longer since using these classes but I do recall them being pretty helpful.