I'm just starting to implement the UmbracoProfileProvider to store profile related data and assume the implementation follows a pattern similar to the AspNetSqlProvider - at least that's what the code indicates.
I'm having a bit of trouble figuring out where the data actually lives and am trying to debug a 'missing' data scenario. Everything seems to work as expected (no errors thrown at least) so it's a bugger in that it should work.
Anyhow, here's my web.config entry in case this provides any clues.
That explains it...thanks. Back to the approach as taken by Kalle Wibeck's member controls I suppose - no worries as this is quite straightforward as well.
Can anyone confirm whether Membership profiles is the definitive way to access/modify member properties? Especially in view of the fact that umbraco member is obsolete?
I've had some success using profiles.
Also, Membership profiles are included in the link below, so Niels' comment has confused me somewhat.
Where does UmbracoProfileProvider Store Data?
I'm just starting to implement the UmbracoProfileProvider to store profile related data and assume the implementation follows a pattern similar to the AspNetSqlProvider - at least that's what the code indicates.
I'm having a bit of trouble figuring out where the data actually lives and am trying to debug a 'missing' data scenario. Everything seems to work as expected (no errors thrown at least) so it's a bugger in that it should work.
Anyhow, here's my web.config entry in case this provides any clues.
[code] [/code]
Thanks,
-Paul
The profile provider is not used and should be removed
Niels -
That explains it...thanks. Back to the approach as taken by Kalle Wibeck's member controls I suppose - no worries as this is quite straightforward as well.
-Paul
Niels is this really true? Why wouldnt Umbraco have a profile support for members?
I've used the profile provider - http://www.aaron-powell.com/extending-umbraco-members
Is this the case: http://www.aaron-powell.com/umbraco-members-profiles
What is the status for the profile provider in Umbraco 4?
Can anyone confirm whether Membership profiles is the definitive way to access/modify member properties? Especially in view of the fact that umbraco member is obsolete?
I've had some success using profiles.
Also, Membership profiles are included in the link below, so Niels' comment has confused me somewhat.
http://our.umbraco.org/wiki/how-tos/membership-providers
Martin
is working on a reply...