Month: January 2016

WebDeploy Parameterization Tip: Disable automatic ConnectionString parameterization

By default WebDeploy parameterizes all the ConnectionStrings in the web.config for a project.  This always confuses developers when they are first converting over to parameterization from config transforms. You can open the resulting MSDeploy package zip file and the parameters.xml file to find parameter entries for each of your connections string with the name: [connection …

WebDeploy Parameterization Tip: Disable automatic ConnectionString parameterization Read More »

WebDeploy Parameterization Tip: Rewrite it!

From time to time a developer will ask for help with Parameterization where they just can’t seem to get it working for some specific scenario.  Often this is just an XPath bug or fat finger issue.  In two seperate instances now simply deleting the existing parameter node in the parameters.xml and recreating it solves the …

WebDeploy Parameterization Tip: Rewrite it! Read More »