views:

10

answers:

0

I am trying to physically do the PK & FK relationships below using the MVC Security tables & Views to connect the loggedon (UserId, UserName & Email) to the Profile Table where I will save (FullName, TimeZone, Picture). I understand all the related coding but have been unable to use the Security View(vw_aspnet_MembershipUsers) properly in the LinqtosqlDataContext. I need detailed explaination of how to do it! Thanks.