The properties of the AppConfiguration class look in the Web.config fi le for the requested application
settings. When the setting is not defined or does not contain a value, each property throws an exception.
This is useful to detect missing application settings at an early stage. Instead of silently returning
an empty value, you now get an exception that reminds you to add the required application setting