Road to ALM

Tag: VS2010

  • Using Config Transformation for easier (Azure) Development

    Visual Studio 2010 has this nice feature for config transformations. When adding a new build configuration you also get the possibility to add a web.[Configuration].config file which contains specific settings for that specific configuration. When using the publish function, the transformation uses pretty slick XSLT transformations to update the web.config…