I started an ASP.NET MVC 4 app in an old project, then stopped development on it for a while . Now I have come back to work on this project, but (for many reasons) I have decided to start fresh from a new project solution. One thing I would like to keep from the old project is DB (SQL Server Express). How can I get / copy DB in a new solution (keeping in mind that I will completely remove the old solution when I see that everything is working properly in a new solution)? Old Project uses ASPX and newer usage razer Both projects are in C #.
Can I copy and paste only the APATAA folder from the old project? If so, should I do it anyway with Visual Studio, or can I go directly to Windows Explorer? If I did this, then what settings / configuration / connection string would I need to modify? Please keep in mind that this is the first time I have done a project linked to a database, so I need a lot of details.
In addition, I am aware that I use this facility to model based on class DB, once I get DB in place please tell me if this is probably the best way to go The route is, or if you predict any problem with this approach.
I have examined other questions, but none of these questions (not included in it) found really answered my question. I also went and found it, and it seems that information There is (maybe), but I do not understand all the glossary well enough that I can trust to mess with things ... I really do not want to lose the last thing because I have made poor assumptions. thank you in advanced!
Just copy and paste the database, you can do it directly from the folder < P> Use the same connection string, you may only see your DB
Comments
Post a Comment