Is there a solution for deploying IIS websites that's similar to Capistrano?
Posted
by Matt Ephraim
on Stack Overflow
See other posts from Stack Overflow
or by Matt Ephraim
Published on 2008-10-24T00:12:29Z
Indexed on
2010/06/11
23:22 UTC
Read the original article
Hit count: 525
Capistrano is a great solution for building scripts that automatically deploy a website and/or a database. But, it's also very *nix centric, and from I've read it would probably be more trouble than it's worth to get it working with a Windows server. Is there a similar solution that would allow me to deploy an ASP.Net website to an IIS server and a SQL Server database?
What I'm looking for is something that would allow the same kind of flexibility that Capistrano allows, as far customizing how I want the site to be deployed, what version control system I want to pull from, how it will handle rollbacks to a previous version of a site, etc. So far, I haven't been able to find a free solution that has the same sort of functionality that Capistrano has.
© Stack Overflow or respective owner