Setting up aspnet user tables.

Discussion in 'ASP.NET / ASP.NET Core' started by fundamentals, May 9, 2009.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. I am trying to set up aspnet membership roles providor on my site.
    I started following the directions found here :
    http://support.discountasp.net/KB/a337/how-to-configure-aspnet-20-membershiproles-provider.aspx

    When I try to open the security tab in the web site administration tool I get this message :
    Could not find stored procedure 'dbo.aspnet_CheckSchemaVersion'.

    I can connect to the database ok. I have done this on my local machine already and it worked fine. Any help would be greatly appreciated.
     
  2. Bruce

    Bruce DiscountASP.NET Staff

    This means the schema is not properly installed. Try re-run the regsql command (make sure you execute again our database server)
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page