Instead of using AppSettings, which is just a collection of key value pairs, consider defining your own configuration structure using ConfigurationSection or IConfigurationSectionHandler
This way you get all the security of the wrapper class and it does not clutter up your AppSettings (and is well defined somewhere for your use).
, XML- XmlSerialization/Deserialization web.config, ( , ).
, web.config, , , -, / .
, -, , /, -...:)