Articles about deployment

11 Nov 2011 ...

Using config transforms with EPiServer

Config transforms are great for configuration management. This post mentions one approach for applying config transforms to EPiServer configuration files such as episerver.config.

23 Aug 2011 ...

Control which files are included when publishing an ASP.NET project

In this post we look at how to modify an ASP.NET project to include additional files not included in the project, and also how to exclude specific folders, when the project is published or deployed.

22 Aug 2011 ...

Deploy an ASP.NET site through Web Deploy using Publish in Visual Studio

This post goes through the steps necessary to enable remote deployment to a web server from within Visual Studio using the Publish command.