login in not working after import

Discussion in 'Databases' started by baldridge, Jan 20, 2006.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. Hello, I built a simple app with forms auth and the basic aspnetdb database which I created in a local instance of sql 2000. Everything tested out and worked as expected. I then DTSed the objects as per instructions elsewhere on this forum. Everything went fine. I can add users, roles and such with the website administrator and changes are made to the hosted SQL DB. But, when I try to login as a user, the login control displays "Your login attempt was not successful. Please try again."
    My connection string in the web.config is correct or I would not be able to conduct action against my discountasp hosted SQL DB.
    So, this must be a permissions thing that I'm overlooking or need to correct? Any help would be great.
    Thanks
     
  2. Bruce

    Bruce DiscountASP.NET Staff

    Are you referring to the membership provider with ASP.NET ?

    Bruce

    DiscountASP.NET
    www.DiscountASP.NET
     
  3. I believe so. Is there something with the permissions on the DB that is affecting it? Or something else that I have to do?
     
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