Tags inside value of appsettings of web.config. How?

Dragon2

New Member
\[code\] <appSettings> <add key="CodeNF" value="http://stackoverflow.com/questions/10907583/somevalue"/> </appSettings>In the above code, i need to put value="http://stackoverflow.com/questions/10907583/<somevalue>".\[/code\]Is it possible to do that in my web.comfig ? Thanks
 
Back
Top