We've got several devs working on a project and they keep checking their web.configs in with their own connection strings which is a pain.
Is there a way to kick off the TransformWebConfig task on a local machine when we do F5 debug? I've made a new configuration for my local machine but I can't figure out how to hack in the TransformWebConfig task.
Or is there a better way to isolate connection strings between dev machines?
Thanks in advance