Extending the membership properties with ProfileProvider, seems to serialize all the extended properties as BLOB(?) in the aspnet_Profile table.

With a program on a remote server, I would like to connect to the web database(s) to fetch user registration data and updates, to update these details in a remote database, which is the main/superior datastore. The main purpose of the user registration is not the web site features, but simply to register login- and user-details which is the base for user identity on this other server, when user connects through a downloadable WinForm application.

How would I be able to get all user properties from the default ASPNETDB.MDF database? Some of the fields seem encrypted in some way, and then there is the issue with the multiple properties in two columns.

Am I better off making a custom membership system with manually created tables, or what would you recommended?

link|improve this question

74% accept rate
1  
Can you use the Membership API on your remote server? – Philipp Schmid Sep 7 '11 at 17:40
@Philipp; This server will be under my control, so I guess yes. But not sure how to implement that in code. – bretddog Sep 7 '11 at 17:57
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.