These are just notes for my benefit at the moment for implementing SimpleMembership Provider in an ASP.NET MVC4 Web Application.
Update 19-12-2013
Eureka! If you're trying to customise your User Profiles using SimpleMembership then read Introduction to Forms based authentication in .NET4.5 MVC4 with C# Part 1 and Introduction to Forms based authentication in .NET4.5 MVC4 with C# Part 2. This is a straightforward step-by-step explanation of how to achieve custom user profile fields, including how to handle the registration method.
Update 18-12-2013
Finally this stuff is starting to make sense!
I've used the techniques outlined in Long Le's Blog Article today and added additional fields to the SimpleMembershipProvider UserProfile table. Can't recommend this enough if you're struggling with this subject.
Resources
- Introduction to Forms based authentication in .NET4.5 MVC4 with C#
- .NET MVC4 SimpleMembership
- Customize the SimpleMembership in ASP.NET MVC 4.0
- Seed Users and Roles with MVC 4, SimpleMembershipProvider, SimpleRoleProvider, Entity Framework 5 CodeFirst, and Custom User Properties
- Seeding & Customizing ASP.NET MVC SimpleMembership
- mvc 4 custom simple membership provider
- Asp.Net MemberShip with MVC4
- Adding Security and Membership to an ASP.NET Web Pages (Razor) Site
- http://www.mikepope.com/blog/DisplayBlog.aspx?permalink=2240#Create_a_page_to_manage_roles
Some tools that also look useful.
This solution looks promising http://forums.asp.net/t/1877141.aspx as does this one http://forums.asp.net/t/1915443.aspx and this MVC4 role based controller's action access