I would like to create a login page using ASP.NET. I don't want to use the ASP.NET login control.
How do I do this?
I would like to create a login page using ASP.NET. I don't want to use the ASP.NET login control.
How do I do this?
The following article on the MSDN website has a very good treatment of ASP.NET Forms Authentication which I think you'll find helpful.