show/hide this revision's text 2 "to"

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'/>

show/hide this revision's text 1

How do I store an XML value in my .NET App.Config file

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 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'/>