Simple Membership Provider - Entity Framework and Roles
I'm attempting to use the Simple Membership Provider with MVC 4 as "by the book" as possible. Here is the current scenario: -- I've been using Jon Galloway's blog post on the topic here . 1) I'm aware this thing is wired via Entity Framework. I did notice, however, that when I added properties to the UserProfile class, they didn't appear in the table automatically when it was generated. Is this due to the database already being generated (tables were not present)? I manually added the fields and it was functional, but would be nice to know the "gotchas" that would result in the fields not