Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • nickornotto 403 posts 907 karma points
    Apr 12, 2013 @ 13:03
    nickornotto
    0

    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?

  • Charles Afford 1163 posts 1709 karma points
    Apr 14, 2013 @ 13:36
    Charles Afford
    0

    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 :)  

  • nickornotto 403 posts 907 karma points
    Apr 16, 2013 @ 10:45
    nickornotto
    0

    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.

Please Sign in or register to post replies

Write your reply to:

Draft