I have a requirement to integrate Umbraco Membership with an external ASP.Net Membership data source. I have followed some good advice on setting up members here
My problem is with profiles. I have created a class that extends ProfileBase in an attempt to wire up ASP.Net profile fields to the Umbraco member section. Can anyone guide me on this?
FYI Everything else works OK but I cannot see any way of editing profile properties in the member dashboard. Do I need to do some more custom work extending the ASP.Net classes, or implementing a custom membership provider?
Custom ASP.Net Membership and Profiles
Hi,
I have a requirement to integrate Umbraco Membership with an external ASP.Net Membership data source. I have followed some good advice on setting up members here
http://our.umbraco.org/wiki/how-tos/membership-providers/how-to-integrate-aspnet-membership-control-with-umbraco
My problem is with profiles. I have created a class that extends ProfileBase in an attempt to wire up ASP.Net profile fields to the Umbraco member section. Can anyone guide me on this?
Cheers
Barry
FYI Everything else works OK but I cannot see any way of editing profile properties in the member dashboard. Do I need to do some more custom work extending the ASP.Net classes, or implementing a custom membership provider?
is working on a reply...