Option to debug/test using the build configuration's config transform.
Config transforms change behavior that should be easily testable.
Without this option either the web.config must be edited or the app must be published.
Please add an easy way to use a config transform during debug and test without changing the web.config itself. If the config file is changed, then it would be easy to accidentally commit those changes to source control.
3 comments
-
Michael Paterson commented
Does SlowCheetah take care of this? http://visualstudiogallery.msdn.microsoft.com/69023d00-a4f9-4a34-a6cd-7e854ba318b5
-
James D. Schwarzmeier
commented
Agree. We should also have the ability to do transforms on other types of config files (e.g. app.config for client apps or Azure worker roles, custom files, etc.).
-
Michael Paterson commented
I agree. It would be awesome to use config transforms during debugging, etc instead of just during deployment.