I just started learning about ASP.NET, and I have a couple of questions.
Am I required to use the ASP.NET login control for a secure log in? If not, can I do it the old-fashioned way, with calls to a MySQL DB? If so, how do I keep track of which users are logged in, and how do I restrict access?
I've tried googling but everything is on the asp.net login control.