I am having two keys in my Web.Config file as follows
</configuration>
<appSettings>
<add key="PrimaryValue" value="hq6775"/>
<add key="SecondaryValue" value="xVkP2355687"/>
</appSettings>
</configuration>
I want to read these keys in my Controller method. Can any one help me on this?