-
Recent Posts
Recent Comments
Archives
- February 2013
- December 2012
- September 2012
- August 2011
- June 2011
- October 2010
- March 2010
- January 2010
- October 2009
- August 2009
- February 2009
- January 2009
- August 2008
- February 2008
- January 2008
- October 2007
- September 2007
- April 2007
- March 2007
- January 2007
- December 2006
- November 2006
- October 2006
- September 2006
- July 2006
- May 2006
- April 2006
- February 2006
- August 2005
- July 2005
- June 2005
- May 2005
- April 2005
Categories
- .NET
- .NET 2.0
- 64-bit
- actionscript
- AddIn
- AJAX
- asmock
- ASP.NET
- Atlas
- avm2
- Binary
- CardSpaces
- cruisecontrol.net
- CTP
- Debugging
- Deployment
- flash10
- flex
- FTP
- gaming
- IIS
- IIS7
- MMC
- MOSS 2007
- MSDN
- Office
- powershell
- Rx
- SharePoint
- SQL 2005
- travel
- Uncategorized
- unit-testing
- Utilities
- vector
- Vista
- Visual Studio.NET
- windows-phone
- windows-phone problem workaround
- WPF/E
- XML DML
- XPath
Meta
Tag Archives: deployment-pipeline-series
Building a Deployment Pipeline with MSDeploy: Part 4 – Server Configuration
So far we’ve been looking at the development experience of a deployment pipeline, but before we go any further we need to configure where the site will be deployed to. For this, we’ll need an instance of Windows Server 2008 … Continue reading
Posted in Deployment
Tagged deployment-pipeline-series, msdeploy, web-publishing-pipeline
Leave a comment
Building a Deployment Pipeline with MSDeploy: Part 3 – Setup and Packaging
I’m continuing my series on building a deployment pipeline. This post gets the ball rolling by creating the project and defining the first command in our deployment pipeline. Software Requirements To contnue with this series, you’ll need one of two … Continue reading
Posted in Deployment
Tagged deployment-pipeline-series, msdeploy, web-publishing-pipeline
4 Comments
Building a Deployment Pipeline with MSDeploy: Part 2 – Terminology Primer
I’m continuing my series on building a deployment pipeline. This post clears up some terminology and defines the basic concepts. MSDeploy Officially called Web Deploy, MSDeploy is a technology for primarily deploying web applications and their dependencies, though you could use … Continue reading
Posted in Deployment
Tagged deployment-pipeline-series, msdeploy, web-publishing-pipeline
Leave a comment
Building a Deployment Pipeline with MSDeploy: Part 1 – Introduction
In this series of posts, I’ll be walking through how to create a deployment pipeline using MSDeploy and the Web Publishing Pipeline. What is a Deployment Pipeline? A Deployment Pipeline is one of the tenants of Continuous Delivery, the practice … Continue reading
Posted in Deployment
Tagged deployment-pipeline-series, msdeploy, web-publishing-pipeline
Leave a comment