Click here to Skip to main content
15,885,278 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Ok we're upgrading a aspx website to MVC 4. In order to migrate, ive written code to check new MVC db for login credentials, if unsucessful, then look in the live ASPNETDB, check there. If sucessful copy those credentials into the new MVC db.

problem is when i've copied the live db over to the MVC project, for testing purposes on new code, and ran it tried to login with live credentials it wont work. Just get login details incorrect / login failed error.

Is it something do with the users table and applicationID? the applicationName = "/"

Has anyone done this before and offer some guidance?
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900