1

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"/>
Arun Singh
  • 1,538
  • 4
  • 19
  • 43
orim
  • 19
  • 4
  • It will help [http://stackoverflow.com/questions/9826744/share-config-file-for-web-and-window-app-best-way/9872189#9872189]. – Arun Singh Jun 21 '12 at 14:58
  • Hi Orim, i have added the same link as an answer to complete the thread, please accept and vote it. thanks :) – Arun Singh Jun 22 '12 at 16:38

1 Answers1

0

Refer the following Link, it will help you to achieve the same.

Share Config file for Web and Window App (Best Way)

Community
  • 1
  • 1
Arun Singh
  • 1,538
  • 4
  • 19
  • 43