Running The Beerhouse as a Web Project
I'm reading through the book, trying to implement it as a web project rather than a web folder application. I'm in chapter 3. So far the main issue I've had is how to deal with the __code variable in web.config, which I still can't figure out what to do with:
-<section name="theBeerHouse"
type="TheBeerHouse2.BusinessClasses.TheBeerHouseSe ction, __code"/>
Has anyone else implemented this as a web project, and can they offer any pointers.
Thanks,
Phil
|