RE: asp.net 2.0 membership provider and manager- Cont.

From: [MSFT] (lukezhan_at_online.microsoft.com)
Date: 11/16/05


Date: Wed, 16 Nov 2005 02:00:45 GMT

Are there mutilple applications' data in your custom database? If not, you
may export the data from your custom database to an "ASPNETDB.MDF" and
deploy with your application. If the databases were "mixed" in your custom
database, you have to divide them by applicationid.

Luke