Although you could access the element in Web.config directly in the code (for example,
you could use WebConfigurationManager.AppSettings.Get("FromAddress") to get the e-mail
address in ContactForm.ascx directly), it’s better to wrap the elements in shared properties
in their own class. This solution gives you IntelliSense on the AppConfiguration class, making
it easy to see what configuration properties are available.