I have a web api project and I want have different web.config build when I switch to say "release" and build.
In the past for window services I used on the app.config SlowCheetah and when I would build it would build whatever was selected in the dropdown(ie debug/release).
I read something that web.configs don't need slowCheeta but when I use the dropdown, change to release and look in the bin folder it is not using the release web.config.
How can I make this work?
Bonus would be if I could do it on debugging as well.