How can I create users in a ASP.NET membership table without using CreateUser
Posted
by smdrager
on Stack Overflow
See other posts from Stack Overflow
or by smdrager
Published on 2010-06-02T14:42:39Z
Indexed on
2010/06/02
14:54 UTC
Read the original article
Hit count: 423
ASP.NET
|asp.net-membership
I want to migrate users and posts from an existing forum I am using to a ASP.NET membership table without using CreateUser. Basically I want to maintain userIDs so that when I migrate posts they continue to associate with the correct users. Is there a way to do this or would I be better off just using CreateUser and then finding a way to re-assign the post-by-UserIDs to the correct new IDs?
Thanks
© Stack Overflow or respective owner