I have a wcf service managed with tfs in order to enable multiple computers to use it.
The Web.config contains things like addresses and certificates which are different for each computer.
Every time someone does 'get latest version' he need to edit the Web.config and change back the certificate and address to match his computer.
I wanted to know if there is a better way to handle it.
I want the Web.config to be changed when getting latest version, but not the variables inside it that need to remain different, such as certificate names.
And one more thing, I don't have Internet on those computers, can't download packages on them.