Hi I have a Silverlight application calling a WCF service. SimplehttpBinding stuff.
- Every I make changes to silverlight xaml code, the web.config gets refrshed also.
- 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.