Can't get my logins to work...... I am sure its an easy fix....

Discussion in 'ASP.NET 2.0' started by ldecker, Aug 7, 2007.

  1. Hello,

    I am trying to use the membership users/roles etc in Visual Web Developer. I added the providers into my web.config and used the same connection string to my dasp SQL 2005. Here's what it looks like:




    <membership>


    <providers>


    <remove name="AspNetSqlMembershipProvider" />


    <add name="AspNetSqlMembershipProvider" type="System.Web.Security.SqlMembershipProvider,&amp;#xD;&amp;#xA;System.Web, Version=2.0.0.0, Culture=neutral,&amp;#xD;&amp;#xA;PublicKeyToken=b03f5f7f11d50a3a"


    connectionStringName="ebnConnectionString1"


    I am able to use the configuration tool in the IDE and see the records in the dasp database. I added the name to the 'membership' provider on the login components etc... My local compile works fine and I can login against the dasp database. When I move it all up to dasp and try to login there, VOILA... I can't get in and it does not seem to be using the tablesI created using aspnet_regsql.exe.


    Any ideas on what I missed? Your help is greatly appreciated.





    Thanks
     
  2. Can you post the exact error message ? If possible,can you also provide the url to replicate the error?

    Vikram

    DiscountASP.NET
    www.DiscountASP.NET
     

Share This Page