How i can apply database changes and application changes to my live ap.net mvc3 web application

Posted by john G on Server Fault See other posts from Server Fault or by john G
Published on 2012-03-25T21:12:20Z Indexed on 2012/03/25 23:32 UTC
Read the original article Hit count: 167

Filed under:
|

i have published my asp.net mvc3 that uses entity framewrok with database-first approach to the live server using IIS 7. then i modify the database any update some views, models and controllers in the vesion at my development environment also i have fixed some defects. So which tools I should use to update my live version to be similar to the version at the development environment, while not loosing any of the data already stored in the database, and is there any tutorials that can help me in implementing similar tasks. BR

© Server Fault or respective owner

Related posts about migration

Related posts about asp.net-mvc-3