In this post I would like to show you how to disable automatic connectionString parameterization in WebDeploy. 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 string name]-Web.config Connection String |
You can use
Continue Reading