ASP.Net MVC apps have a business database FOO.MDF and a seperate accounting database ASPNETDB.MDF if they use the stock account provider
Is it possible to move the tables from ASPNETDB.MDF into my business db (I want to refer the user class in other tables) while still using the off-the-shelf AspNetSqlMembershipProvider? I don't want to write my own provider if I can avoid it at all.
What happens if I add some fields to the aspnet_Users table which are set insite AccountController?
Thanks, Duffy