I would like to modify the application so that on the user login screen, the user must enter a User name, Password and Selection from a drop down box.
You should modify the model posting to take care of this. Then you should pass the connectionstring to membership provider. Please look into default MVC code to see how it initializes the Membership.
ignatandrei
All-Star
135231 Points
21695 Posts
Moderator
MVP
Re: Supporting multiple connectionStrings for Memberships and Roles based on User Login
Mar 02, 2012 04:33 AM|LINK
You should modify the model posting to take care of this. Then you should pass the connectionstring to membership provider. Please look into default MVC code to see how it initializes the Membership.