I'm not sure if title is good for a problem I'm facing, so feel free to correct it if there is better term for that situation.
Basically I'm struggling with the follwing problem. I work on a project on two different workplaces. The problem is that I have two different connection strings in my Web.config
file because I have different server names. So it's a pain to work under source control.
So I've tried to use config transformations, but they only work then you do publish, and not then you run locally with F5
. Is there any solution for this?
Here's a nice extension that should do it: SlowCheetah