Copying Database Between Sites

J

Jonathan Wood

Greetings,

I've copied a significant database from an existing Website to a new one.
The database includes ASP.NET membership data.

I noticed that I am unable to successfully log on using any of the existing
accounts. I'm assuming it is because I changed the machinekey entry in my
web.config (my password format is encrypted).

So... I'm a little unsure how to add a new account to the new site, since
I'm unable to log on. I know the ASP.NET Web Site Administration Tool is the
best tool to use, but the more I think about it, the more it seems this is a
real pain. I'd need to create a temporary project, set the connection
strings to refer to database at the new site, set the new machine key, etc.

Isn't there an easier way?

Thanks.

Jonathan
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top