The WebConfigurationManager class from the System.Web.Configuration namespace provides
access to data that is stored in configuration files. It has special support for the appSettings and
connectionStrings elements of the Web.config file, enabling you to retrieve data from those sections
with a single line of code. The following snippet shows you how to retrieve the FromAddress
value you saw earlier from the element: