Reputation: 13
I am quite a beginner to ASP.NET. Recently, I started to learn ASP.NET WebForm. I created a web application where I needed to implement the login and registration form.
Could you tell me about the best resources (book, video, tutorial, etc...) to learn/start the SQL Membership with ASP.NET WebForm from the scratch?
Any help would be appreciated.
Upvotes: 1
Views: 94
Reputation: 15253
Even for Web Forms, you need to use the new Identity membership system. Here are some resources, the first link is the general list of Identity resources, the second is a more specific example of how to apply Identity to an existing Web Forms project.
Adding ASP.NET Identity to an Empty or Existing Web Forms Project
Upvotes: 1