We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this questionCan you recommend resources to learn msdeploy? Books, blogs or other formats welcome.
Bonus points will be awarded for information focused at deploying to IIS 6 and inserting the SVN revision number into the packaged files.
There is lots of reference documentation for command line use of the Web Deploy tool on TechNet. For practical how-to’s IIS.NET is the place to go.
Unfortunately, there's very little documentation on how to customize the deployment package during from the build. So, I've posted an article on my blog about my own findings while preping a project for deployment with Web Deploy recently.
It contains links to other articles as well as how to implement common deployment requirements, including some handling of version / build numbers.
I've blogged about how to use MSDeploy to deploy a web application to IIS from TeamCity.
Web Deploy (MS Deploy) from TeamCity - http://www.geekytidbits.com/web-deploy-ms-deploy-from-teamcity/
Sayed Hashimi is my go to guy for all things MSBuild and MSDeploy: Hashimi's Blog
and a number of interesting articles here:Vishal Joshi's Blog
精彩评论