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?