Usman
Usman

Reputation: 13

Sql Membership for ASP.NET, Learning Resources

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

Answers (1)

IrishChieftain
IrishChieftain

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.

ASP.NET Identity Resources

Adding ASP.NET Identity to an Empty or Existing Web Forms Project

Upvotes: 1

Related Questions