Managing web.config variations on different workplaces

120 views Asked by At

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?

1

There are 1 answers

4
Yasen Filipov On

Here's a nice extension that should do it: SlowCheetah