G
Guest
I'm getting an error when I use the < symbol in a string in the <appSettings> section
This example works fine
<add key="From" value="(e-mail address removed)"></add
This example causes an error
<add key="From" value="John Doe <[email protected]>"></add
It seems to be seeing the extra <> within the string as tags. How can I force it to see them as literal?
This example works fine
<add key="From" value="(e-mail address removed)"></add
This example causes an error
<add key="From" value="John Doe <[email protected]>"></add
It seems to be seeing the extra <> within the string as tags. How can I force it to see them as literal?