- What is the difference between Web Deployment Projects (.wdproj) and new
MSDeploy? - Is it prefer to use MSDeploy instead of Web Deployment Projects?
- Is this add-in created only for backward compatibility with already created Visual Studio 2005/2008 projects, or it’s a product, which will be evolving?
What is the difference between Web Deployment Projects (.wdproj) and new MSDeploy ? Is
Share
http://msdn.microsoft.com/en-us/library/dd394698.aspx
If you’re using VS 2010 or later and you are using web application projects rather than web site projects, you don’t need Web Deployment Projects unless you want to build a precompile/merge step into deployment. If you’re using web site projects, you still need to use Web Deployment Projects.
WDP’s days are numbered, it will not be evolving.