Escape character for & in webconfig settings

& is the escape character for &

// Some code
<appSettings>
    <add key="ConfigVal" value="Dev&amp;11" />
</appSettings>

Last updated