I am trying to store an xml value in my app.config file.
The app.config does not like this and I cannot use the <![CDATA[
construct to ignore the XML'ness of my value.
Is there a way to do it?
Value example:<FieldRef Name='LinkfileName' Nullable='True'/><FieldRef Name='Web' Nullable='True'/>