Web.Config Sections
In the code by chapter for chapter 2, the code has two extra lines not in the book.
public readonly static TheBeerHouseSection Settings =
(TheBeerHouseSection)WebConfigurationManager.GetSe ction("theBeerHouse");
I found the class for TheBeerHouseSection defined in web.config.
What does this accomplish?
--- Ryan
|