Just for debugging and releasing web.config files is not enough for our deployment process. We use the standard Web.configfor local development, Web.Debug.configfor a common development environment, and Web.Release.configfor intermediate and production environments.
Now we would like to have an excellent configuration for intermediate and production environments.
Is it possible to create a new "staging" configuration, have an associated web.staging.config file and tell the build process to use the transforms that it defines when we select the appropriate publish profile?
source
share