我有一个用ASP MVC5构建的网站。 我还使用Entity Framework 6和Database First方法以及edmx。 在生产中我已经拥有了大量数据的数据库。 我正在使用TeamCity进行CI,并希望执行自动部署。 我找到了Web部署,并尝试配置发布配置文件。 但是1有一些问题:
1. What about database? how to migrate, upgrade schema and data automatically? Are there any tools for that?
2. Could you describe how publish via Web Deploy works? I see connection string definition, etc. How it copies files to remote box, and how applies DB (schema, data migration?)
3. Also I configured IIS website for FTP upload deployment. How it connected with previous cases?