Tuesday 23 April 2013

Deploy a Secure ASP.NET MVC application with OAuth, Membership and SQL Database

@Dan Friedman - multiple DB contexts - combine them Yes, multiple contexts are allowed - and you're right, merge them so you can include users in your queries. To do this: 1. Delete the UsersContext class 2. Add the UserProfiles DbSet to your application's context 3. Update the InitializeSimpleMembershipAttribute.
crawled from : Msdn

No comments:

Post a Comment