Click here to Skip to main content
15,891,136 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
We are using Internet Application in ASP.Net MVC 4 project. Since Simplemembership is out of the box feature hence membership creates the following table on our database :

webpages_Membership
webpages_Roles
webpages_UsersInRoles



But our database team, is not ready to have table names prefix with "webpages". They are ok to create the following table:

SC_Membership
SC_Roles
SC_UsersInRoles


where "SC" prefix is specific to our project.


Now is it ok if we create a Database view as webpages_Membership on top of SC_Membership table and so our membership provider should connect to view for authenticating the user. Is it possible. Any thought on this would be highly appreciated.

-Sanjiv
Posted
Updated 21-Aug-13 22:48pm
v3

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900