Create ASP.NET User and Role tables on a different database schema

cialis

New Member
I'm starting to develop an MVC application that will use the ASP.NET authentication tables (aspnet_Users, aspnet_Roles, etc...). I'm going to install them on the same database as the rest of my application, to allow the use of foreign keys.I would like, however, for better separation, to install them on a different schema, and not the default. Is that possible?
 
Back
Top