Double Users in aspnet_users table and Two Application ID in aspnet_Applications

Last post 06-17-2008 11:14 PM by roosevelt. 2 replies.

Sort Posts:

  • Double Users in aspnet_users table and Two Application ID in aspnet_Applications

    06-17-2008, 8:42 PM
    • Member
      point Member
    • roosevelt
    • Member since 05-30-2008, 8:49 PM
    • Posts 14

    Hello,
    For some reason when I use the ASP.NET Configuration tool to create users and manage roles, it creates the same user twice with two different application id.

    I do have the application name attribute set under providers.

    I checked the aspnet_Applications table and there I see two application being registered, one is the custom one I set in web.config and the other one with just /

  • Re: Double Users in aspnet_users table and Two Application ID in aspnet_Applications

    06-17-2008, 10:58 PM
    Answer
    DC517
    Don't forget to click "Mark as Answer" on the post that helped you.
    This credits that member, earns you a point and marks your thread as Resolved.
  • Re: Double Users in aspnet_users table and Two Application ID in aspnet_Applications

    06-17-2008, 11:14 PM
    Answer
    • Member
      point Member
    • roosevelt
    • Member since 05-30-2008, 8:49 PM
    • Posts 14

    Alright I figured out the problem. I had two different settings for Rolemanager and membership provider.

    Rolemanager ApplicationName was pointing to / and membership provider was poitning to /myappname

    So as a result it was creating double entries :p.

Page 1 of 1 (3 items)