This post originated from an RSS feed registered with .NET Buzz
by Michael Mello.
Original Post: Mlogin - Login User Control
Feed Title: melloblog
Feed URL: http://www.thauvin.net/errorpage.htm?aspxerrorpath=/Default.aspx
Feed Description: .NET and Everything After.
The next release of ASP.NET, codenamed ASP.NET "Whidbey" will have built in support for user name/password credential storage. Until then, I will continue to use Mlogin.
Mlogin is a login user control that I built with C#/ASP.NET on 1.1 of the .NET Framework. It's a fairly straightforward, easy to use control that will handle the authentication of users quickly. Mlogin exposes six properties that will assist in the set up process, which include: Header, DbKey, PassParam, Remember, SP, and UserParam. All of these properties are explained within the readme.html of Mlogin.
Here's the default look of Mlogin, which is easily customizable with the provided stylesheet:
There are no restrictions on the code, so feel free to modify it to suit your needs. Any questions, comments, or suggestions are welcomed.