问题描述
根据,所以我目前正在学习.
It looks like Visual Studio 2012 will not include Visual Studio Setup and Deployment Projects according to MSDN, so I'm currently learning WiX.
这种功能丧失会扩展到Web部署项目吗?
Will this loss of functionality extend to Web Deployment Projects?
推荐答案
Web部署项目在VS2012中将不可用.
相反,我们将专注于为网站项目带来一流的发布支持.您可以在 http://blogs.msdn.com/b/webdev/archive/2012/08/06/plans-regarding-website-projects-and-web-deployment-projects.aspx .简而言之,您将拥有与WDP相同的所有功能,但还有更多的功能.与此相关的另一件好事是,我们将对Web App Project和Website Project都有一个经验.因此,当我们进行增强时,两个项目系统都可以做到.
Web Deployment Projects will NOT be available in VS2012.
Instead we will focus on bringing first class publishing support for Website projects. You can read more details at http://blogs.msdn.com/b/webdev/archive/2012/08/06/plans-regarding-website-projects-and-web-deployment-projects.aspx. In a nutshell, you will have all the same features that WDP has, but a lot more as well. Also another good thing about this is that we will have one experience for both Web App Project as well as Website Project. So when we make enhancements both project systems get it.
如果您在WDP中进行了任何自定义,则应该能够将其复制/粘贴到新的Web发布配置文件中(它们也是MSBuild).看看上面的博客,如果您有任何疑问,请告诉我.
If you had any customizations in your WDP, you should be able to copy/paste those into the new web publish profiles (they are MSBuild as well). Take a look at the blog above and please do let me know if you have any concerns.
这篇关于Web部署项目在Visual Studio 2012中是否仍然可用?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!