I have this key in my AppSettings
<add key="manual" value="http://www.google.com"/>
And I want to put it in a href tag like shown underneath. I tried multiple notations that I found an online but none of them works so far. Any ideas what might work?
<a href='<%$ ConfigurationSettings.AppSettings["manual"] %>'>link</a>