PDA

View Full Version : login in not working after import


baldridge
01-20-2006, 05:18 AM
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

bruce
01-21-2006, 12:02 PM
Are you referring to the membership provider with ASP.NET ?

Bruce

DiscountASP.NET
www.DiscountASP.NET (http://www.DiscountASP.NET)

baldridge
01-21-2006, 12:23 PM
I believe so. Is there something with the permissions on the DB that is affecting it? Or something else that I have to do?