I have a web app and want to deploy it. I want to substitute the connection
strings when I build for release. I have the Web Deployment add-in and have
read the docs. Where do I place the external file that contains the code
that will be substituted into my web.config file.
I have a file named release.config with the release connection strings.
Where do I physically place that file so that it will be merged when I build?