I’ve created a new MVC 3 Internet Application, and it comes with the Account model/controller, etc.
Those are stored in a MDF database.
I’d like to create new models for my application, and make relations from these to my account model.
I did not find anything about it, maybe I looked for the wrong thing… So I was wondering, is there anybody who could point me in the right direction about how to do so?
Thanks!
The answer I was looking for is exactly this:
In your model, link to the Membership User like this: