Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

mvc 4 - web.config transforms is it possible to have 3 or more

I'm trying to work out whether it's possible to have more than 2 web.config transforms?

I quite often have situations where I'd like 3 as I often have to put test/demo versions of new releases up in a sandbox environment for clients to sign off on e.g.

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

like image 268
Rob Avatar asked Mar 18 '13 09:03

Rob


1 Answers

It is and it's quite a nice and powerful feature. I'm using just transformation for my release, but it is possible to use extra staging configuration. See this article.

like image 53
dan radu Avatar answered Oct 05 '22 07:10

dan radu