Only having debug and release web.config files is not enough for our deployment process. We use the standard Web.config for local development, Web.Debug.config for the shared development environment, and Web.Release.config for staging and production environments.
Now we would like to have a distinct configuration for staging and production environments.
Is it possible to create a new configuration profile 'staging', have the associated web.staging.config, and tell the build process to use the transformations it defines when we select the appropriate publish profile?