Is it possible to have common web.config
file for WCF project and different file on each developer's machine, which will override some of the attribute?
For example it will change the
<security mode="Transport">
<transport clientCredentialType="None" />
</security>
to
<security mode="None"/>