In my web.config I have the following key:
<appSettings>
<add key="teste" value="teste"/>
<appSettings>
What do I need to do to use this key in my controller?
In my web.config I have the following key:
<appSettings>
<add key="teste" value="teste"/>
<appSettings>
What do I need to do to use this key in my controller?