Category Archives: Deployment

Deploying your Server Roles: Using MSDeploy for Enterprise Deployments.

  This is an update that builds upon the previous posts about how We do Deployments. Part 1: Using MSDeploy to automate your Enterprise Application remote deployments. Part 2 Update on using MSDeploy for remote deployments.   The development environment … Continue reading 

| Leave a comment

Update on using MSDeploy for remote deployments.

This is a follow up to the post http://www.lostechies.com/blogs/hex/archive/2009/11/06/using-msdeploy-to-automate-your-enterprise-application-remote-deployments.aspx   The only trouble I have run into using this approach is that the runCommand does not bubble up error code or exit code from the command being executed on a … Continue reading 

| Leave a comment

Using MSDeploy to automate your Enterprise Application remote deployments.

MsDeploy is a newish technology that is a bit schizophrenic.  What I mean is that it is a tool that is useful to both Developers and Administrators but it is not clear from the documentation how to best use the … Continue reading 

Also posted in ASP.NET MVC, LINQ | 2 Comments

“Productization”

I need some ‘wisdom of the crowd’ here. I’m guessing just about ever single one of you (at least the software developer types) reading this have deployed software to a production environment at least once in your career. One of … Continue reading 

| 14 Comments