I’m really unsure about how to handle this.
What I think I need is to have the usernames people register with ( through the default Provider ) to be copied to the UserName column of my other database, which has a junction table for a many:many relationship between User and Badge.
I’ve tried using SQL to copy the table over, but that’s not really working out, as I don’t know what table exactly I’m supposed to copy..
Any help would be dearly appreciated, and if more info is needed, please ask!
I’m not sure what your circumstances are, but as you’re saying that the users are registered through the default Provider, I guess that the tables may have been generated by the aspnet_regiis tool?
If so, the users are stored in a table called
aspnet_Usersand the user names are in the columnUserName.I may have misinterpreted your question, but is this what you were asking for?