.NET Deployment Framework
Posted
by Khash
on Stack Overflow
See other posts from Stack Overflow
or by Khash
Published on 2010-04-06T08:41:55Z
Indexed on
2010/04/06
8:43 UTC
Read the original article
Hit count: 479
Many people use Nant or Powershell for deployment of their apps to different servers/environments.
These are based on scripting while some solutions allow deployment to be embedded in code like Migrator.Net and other Ruby inspired Db deployment/migration frameworks in .NET.
I was wondering if there are any frameworks for .NET for application deployment that would allow developers to embed full deployment inside code. Things like copying files, creating web apps in IIS, stopping and starting services and so on.
© Stack Overflow or respective owner