<appSettings>
<add key="CodeNF" value="somevalue"/>
</appSettings>
In the above code, i need to put value="<somevalue>".
Is it possible to do that in my web.comfig ? Thanks
You have to html encode the < and > characters
"<somevalue>"
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With