In my Web.config file have the following setup:
<add key="ClientMail" value="ridermansb@bindsolution.com"/>
In my file I Web.Release.config:
<appSettings>
<add key="ClientMail"
xdt:Transform="SetAttributes"
xdt:Locator="Match(value)"
value="ridermansb@gmail.com"/>
</appSettings>
How do I get when running the site in Release mode, the settings are being applied in Web.Release.config?
In this case I need to change the value of a setting in <appSettings>