Microsoft Web Deployment Tool

by Julian Simpson on August 25, 2008

(image taken from Scoble’s Photostream)

Microsoft are now offering a deployment tool to assist with the scary XCOPY-style deployments of .NET web applications. I’m old enough to have used XCOPY in DOS. It always seemed a little backwards to me: invest millions and millions in a language and platform to take on Java, and still use something that hasn’t changed since DOS to push your built apps around.

The features seem quite useful. It’ll allow you to compare both the source and target filesystems to only copy what has changed; GUI and command line I believe. It looks like it uses it’s own wire protocol to move assemblies about; no having to map drives or fiddle with UNC paths.

Props to my colleague Daniel Richardson who told me about this. I still owe him a beer.

Link

Share with the group:
  • Digg
  • del.icio.us
  • Facebook
  • DZone
  • LinkedIn
  • Slashdot
  • StumbleUpon

Related posts:

  1. The quest for a decent Ruby Continuous Integration tool Git has become very popular in the Ruby community....
  2. Deployment is the goal We get things so ass-backwards. How do we get...

Related posts brought to you by Yet Another Related Posts Plugin.

blog comments powered by Disqus

Previous post: Continuous Integration – in a Box

Next post: Five Software Build Patterns