I have a hosted ASP.NET 4.0 website that I want to add Member Login for - no SSL, but it will be a great tool for me to learn this technology on.
I'm trying to follow this guide, but it leaves me with more questions than I started with:
Membership and Role Provider - https://msdn.microsoft.com/en-us/library/aa354509%28v=vs.110%29.aspx
I have an SQL Server with my hosting package, but nothing has been setup and I have no idea how to do that using Visual Studio 2012.
Most examples I see seem to be geared to using MVC, which would be overkill for my personal website. I don't have that much "model" to display, but I would like to display some data in a few areas (like in a ListView or DataGridView control).
I'd also like these visitors to have the option of logging in using sources of social media, like Facebook or Google. If I use a Microsoft Login control, I don't know if it will recognize someone as authenticated if I route the person's login through a social media source.
Is there a good example or walk-through (here or elsewhere) that is tailored towards what I am trying to do that can get me going?