When I sent up my application originally, I created two separate SQL Server 2005 instances. One for the ASPNETDB, and one for my application database. I am intersted in merging them into one database instance. Are there any issues with this? How can I do this easily? Thanks.
You should not have any problem with having those 2 schema on the same DB. The easiest way to do it is to setup the aspnet db schema manually against the database containing the application data. See https://support.discountasp.net/KB/a337/how-to-configure-aspnet-20-membershiproles-provider.aspx Bruce DiscountASP.NET www.DiscountASP.NET