WCF web.config is getting overwritten after every compilation?

Posted by AJ on Stack Overflow See other posts from Stack Overflow or by AJ
Published on 2010-05-22T16:24:03Z Indexed on 2010/05/22 16:30 UTC
Read the original article Hit count: 187

Hi I have a Silverlight application calling a WCF service. SimplehttpBinding stuff.

  1. Every I make changes to silverlight xaml code, the web.config gets refrshed also.
  2. Even if make any changes to web.cofig file, they get overwritten too.

Its as if, some other process is writing these files. Why is that happening? How can I make sure that it does not get overwritten after every compile?

Please advise. THanks

AJ.

© Stack Overflow or respective owner

Related posts about wcf

Related posts about Silverlight