D
David P. Donahue
I'm trying to put some useful strings for my application into an
app.config file so I can edit them without having to re-compile, namely
my connection string and query strings.
However, when my application loads the file, it seems to be blowing up
at any point where the query strings have a < or a > character. Is
there something I need to do to escape these characters and/or other
special characters in the XML?
-David
app.config file so I can edit them without having to re-compile, namely
my connection string and query strings.
However, when my application loads the file, it seems to be blowing up
at any point where the query strings have a < or a > character. Is
there something I need to do to escape these characters and/or other
special characters in the XML?
-David