Login fails with ASP.NET membership
-
Hi, I am using asp.net built in membership mechanism for registration and login in. I recently transferred a website to a different hosting including the sql server database. After transferring the website all the previous user who registered now can't login with their user name and password. Password recovery says that the user name doesn't exist. However, new account registration works and there is no problem logging in with the new account. Does anyone know what the problem is? Thank you for the time.
-
Hi, I am using asp.net built in membership mechanism for registration and login in. I recently transferred a website to a different hosting including the sql server database. After transferring the website all the previous user who registered now can't login with their user name and password. Password recovery says that the user name doesn't exist. However, new account registration works and there is no problem logging in with the new account. Does anyone know what the problem is? Thank you for the time.
Sounds obvious. Your SQL migration did not work, the data for old users was lost.
Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.
-
Sounds obvious. Your SQL migration did not work, the data for old users was lost.
Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.
-
The username is in the database. That's the thing. I checked it. When I try to register same user it throws a duplicate record error for the username. That's a confirmation that it's in the db.
-
Well don't just leave us hanging man; How was it solved? Others may find it useful to know also.
only two letters away from being an asset
-
Well don't just leave us hanging man; How was it solved? Others may find it useful to know also.
only two letters away from being an asset
-
Sounds obvious. Your SQL migration did not work, the data for old users was lost.
Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.
-
Well don't just leave us hanging man; How was it solved? Others may find it useful to know also.
only two letters away from being an asset