Hi:

I have implemented ASP.Net membership.

its working fine, but I have problem. I already have a User database where I have all the information.

Is there a way that I can transfer all the information to ASp.Net membership tables?

I was checking the database and the user information is spread over many tables. and i also have my own table (With extra information about user, rather that using profile).

Is there a way that I can just do a query to trasnfer all the data there??

please help