How to store and retrieve information using web.config

So you like the idea of storing variables centrally, and want to know how to implement that in your c# web site. Simply add the following node to your web.config if it does not already exist [codesyntax lang=”xml”] <configuration> <appSettings>...