views:

90

answers:

1

Does anybody know if it is possible to move some (not all) users from one ASP.NET membership database to another? (for the purposes of migrating some users to another database on another machine, but not all).

A: 

There is no built-in features dedicated for this purposes. But you can do this your self. For example you can use Data Compare form the DataDude. In words, this toll helps to move data between databases, so you do not need to do this row-by-row.

Mike Chaliy