0

What is the easiest way to create users with associated profiles in MVC2? Is there any library already having such functionality? Thanks in advance.

Dmytro Leonenko
  • 1,443
  • 5
  • 19
  • 30

1 Answers1

0

Have a look at this: http://johnnycoder.com/blog/2010/04/01/asp-net-mvc-custom-profile-provider/

you may also wan't to have a look at simular questions:

  1. https://stackoverflow.com/questions/79129/implementing-profile-provider-in-asp-net-mvc
  2. Implementing Custom Profile Provider in ASP.NET MVC
Community
  • 1
  • 1
stoic
  • 4,700
  • 13
  • 58
  • 88