I'm hoping someone can shed light on which tool(s) you use to deploy your builds out to your web servers: CruiseControl.Net, Web Farm Framework, a flunky copying files using XCOPY.

link|improve this question
feedback

1 Answer

up vote 8 down vote accepted

For our builds we use CruiseControl.Net and MSBuild with a few custom tasks to control our load balancer during a deployment.

You can read about all of the tools we use to build SO here:

http://highscalability.com/blog/2011/3/3/stack-overflow-architecture-update-now-at-95-million-page-vi.html

We are looking at making some changes to our build but the details have not been worked out yet.

link|improve this answer
feedback

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged