Using ASP .NET Membership and Profile with MVC, how can I create a user and set it to HttpContext.Cu
- by Jeremy Gruenwald
I've read the other questions on the topic of MVC membership and profiles, but I'm missing something. I implemented a custom Profile object in code as described by Joel here:
http://stackoverflow.com/questions/426609/asp-net-membership-how-to-assign-profile-values
I can't get it to work when I'm creating a new user, however. When I do this:
…