O
Oriane
Hi there,
I have a quite complex UserProfile structure in my Asp.Net site, and I
wonder whether it is possible to have/write a method like UserProfile.Export
() which produces a xml serialization stream, and conversely a
UserProfile.Import ().
I'm used to export each property one by one in an xml file but it seems more
straightforward to get directly the content of the field
PropertyNames/PropertyValuesString in the sql aspnet_Profile table (by
code), and then to update it...
Best regards.
I have a quite complex UserProfile structure in my Asp.Net site, and I
wonder whether it is possible to have/write a method like UserProfile.Export
() which produces a xml serialization stream, and conversely a
UserProfile.Import ().
I'm used to export each property one by one in an xml file but it seems more
straightforward to get directly the content of the field
PropertyNames/PropertyValuesString in the sql aspnet_Profile table (by
code), and then to update it...
Best regards.