vote up 0 vote down star

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?

flag

63% accept rate
WHAT exactly are you backing up and restoring?? Which database(s)? – marc_s Oct 12 at 18:53

1 Answer

vote up 2 vote down

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?

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.