I'm building a web application in ASP.NET and I want to separate it into three layers: Presentation, Data and Business.
I want to keep my database in the Data layer but I can't figure out a way to do that with the ASP.NET Memberships database (ASPNETDB.mdf).
Is there any way to tell the site to reference a database file in another project?