ConfigurationManager.AppSettings[someKey] -> return someValue <configuration> <appSettings> <add key=”someKey” value=”someValue”/> </appSettings> </configuration>