views:

78

answers:

1

I am backing up a SQL Server Express database and then restoring on another machine. For some reason the asp.net membership data is not getting transferred. Do I need to do something different. Does ASP.NET membership data not get backed up?

+2  A: 

So you're not using the default aspnetdb? The membership tables are contained in your database? These would be have names with the prefix aspnet_. Perhaps you also need to back up aspnetdb?

spender