I know Users and Memebrs are separate though, it wasn't a problem.
For some reason in other posts I found people told about aspnet_Users and aspnet_Memebrs tables which were suppposed to be used with umbraco and MembershipUser class.
Indeed, it's not the case and it works well with cmsMember.
Umbraco 6 & .net MembershipUser - database has no aspnet_Users table?
Hi,
I'm using Umbraco 6.0.3, MembershipUser and user profile to manage my members.
Having so I suppose in my database I should have aspnet_Users and aspnet_Membership tables? Is that correct?
I'm trying to access aspnet_Users table for various reasons - following some examples from different sources but I simply get a message:
Exception Details: System.Data.SqlClient.SqlException: Invalid object name 'aspnet_Users'.
I can't access it from a script nor from the SQL Server Management Studio.
Why is it happening? Why can't I access the table?
Hello, what functionality are you trying to build?. Are you trying to access the members in Razor?
The members are not user.
User - umbraco backend.
Members - umbraco frontend.
The members are stored in the cmsMember table i think and the user in the umbracoUser table. Charlie :)
Hi,
I know Users and Memebrs are separate though, it wasn't a problem.
For some reason in other posts I found people told about aspnet_Users and aspnet_Memebrs tables which were suppposed to be used with umbraco and MembershipUser class.
Indeed, it's not the case and it works well with cmsMember.
Thanks very much for help - it was a good one.
is working on a reply...