I\'ve recently discovered the web.config automatic transformation in the web deploy tool of visual studio 2010. It\'s working well, but I have a scenario I can\'t seem to ge
I've just tried this and using RemoveAll instead of Remove seems to do the trick:
<services> <service> <endpoint binding="mexHttpBinding" xdt:Locator="Match(binding)" xdt:Transform="RemoveAll" /> </service> </services>