Click here to Skip to main content
15,919,341 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
Hi and TIA:

I have a previously created web site with aspx pages, a database and login page that was originally created in Microsoft VS Developer 2010 Express. The database has several hundred records and is working well.

During the last year I have moved to Microsoft VS Express 2012 for Web and have essentially created the same program, but much improved over the "older" version. As I created the new development version, I also created a similar .mdf database and have been able to add new users etc. with no problem.

My issue is that now I have uploaded the new pages to my web server, I am unable to login to my production site, even after using my "Create account" routine which in development works just fine.

Some files that I did not upload are things like dbo.Membership which translates to dbo.aspnet.Memberships on the web server.

My question is how to read existing tables with a "newly" created version of those table and indeed the specific File Tables I might have to upload and replace. Re-creating the old database does not look like fun.

Thanks, Cliff
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