Automated Deployment of Windows Application
- by Phillip Roux
Our development team are looking to automate our application deployment on to multiple servers. We need to control multiple windows servers at once (Stopping Database server & Web Server).
We have a ASP.NET project, database upgrade scripts, reports and various Windows services that potentially need to be updated during deployment.
Currently…