Mvc 4 - web.config conversion possible to have 3 or more

I am trying to decide if it is possible to have more than 2 web.config conversions?

I quite often have situations where I would like 3, because I often have to put test / demos of new releases in the sandbox environment so that clients can subscribe, for example,

web.debug.config
web.prerelease.config
web.release.config

+5
source share
1 answer

This is a pretty nice and powerful feature. I use only transform for my release, but you can use the advanced setup of the intermediate setup. See this article .

+5
source

All Articles