Hello,
I'm using a custom configuration section in my web.config file for ASP.NET
One of my fields is:
<add percent="5" label="<5%" />
As you can see in label I have a "<" sign - this is causing errors. How can I store this value there without having compile issue?
Thanks!