Although you can access the WebConfigurationManager class in the Code Behind of your Web
Forms and user controls directly (provided you have imported the System.Web.Configuration
namespace), I prefer to create static, read-only properties in a custom configuration class that
accesses the Web.config file to get the values. You see how to do this in the following exercise.