Contents tagged with Deployment
-
Database Deployment with the VS 2010 Package/Publish Database Tool
Database deployment hasn't ever been considered the fun part of a developer's job, and automating it to be made easier often takes lots of manual setup. Earlier versions of Visual Studio didn't … more
-
Making ASP.NET deployment easy with the Package/Publish Web tool
There's many ASP.NET developers using Visual Studio who need flexible options and would like a UI to manage deployment tasks. These developers tend to deploy web applications themselves and a few … more
-
Keeping Configurations Consistent with web.config Transformations
A key issue when deploying ASP.NET applications is the need to manage the many configurations needed for development, testing, staging, production and so on. Configuration items such as … more