Wrox Programmer Forums
|
BOOK: ASP.NET 2.0 Website Programming Problem Design Solution ISBN: 978-0-7645-8464-0
This is the forum to discuss the Wrox book ASP.NET 2.0 Website Programming: Problem - Design - Solution by Marco Bellinaso; ISBN: 9780764584640
Welcome to the p2p.wrox.com Forums.

You are currently viewing the BOOK: ASP.NET 2.0 Website Programming Problem Design Solution ISBN: 978-0-7645-8464-0 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old July 8th, 2009, 04:43 PM
Registered User
 
Join Date: Jun 2009
Posts: 4
Thanks: 1
Thanked 0 Times in 0 Posts
Default 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
 
Old July 8th, 2009, 05:54 PM
Lee Dumond's Avatar
Wrox Author
 
Join Date: Jan 2008
Posts: 923
Thanks: 12
Thanked 166 Times in 162 Posts
Default

Are you targeting Framework 3.5 or 2.0?
__________________
Visit my blog at http://leedumond.com
Follow me on Twitter: http://twitter.com/LeeDumond

Code:
if (this.PostHelpedYou)
{
   ClickThanksButton(); 
}
 
Old July 8th, 2009, 05:58 PM
Registered User
 
Join Date: Jun 2009
Posts: 4
Thanks: 1
Thanked 0 Times in 0 Posts
Default Using Vs2008

Yeah, I'm targeting 3.5
 
Old July 8th, 2009, 06:02 PM
Lee Dumond's Avatar
Wrox Author
 
Join Date: Jan 2008
Posts: 923
Thanks: 12
Thanked 166 Times in 162 Posts
Default

If you are targeting 3.5, you shouldn't need the __code part.
__________________
Visit my blog at http://leedumond.com
Follow me on Twitter: http://twitter.com/LeeDumond

Code:
if (this.PostHelpedYou)
{
   ClickThanksButton(); 
}
 
Old July 8th, 2009, 06:05 PM
Registered User
 
Join Date: Jun 2009
Posts: 4
Thanks: 1
Thanked 0 Times in 0 Posts
Default Thank You

Lee,

Thanks, I did remove it to stop the errors I was getting.
 
Old July 8th, 2009, 06:13 PM
Lee Dumond's Avatar
Wrox Author
 
Join Date: Jan 2008
Posts: 923
Thanks: 12
Thanked 166 Times in 162 Posts
Default

You're welcome. There's a "Thanks" button at the bottom of each post. It's quicker. ;)
__________________
Visit my blog at http://leedumond.com
Follow me on Twitter: http://twitter.com/LeeDumond

Code:
if (this.PostHelpedYou)
{
   ClickThanksButton(); 
}
The Following User Says Thank You to Lee Dumond For This Useful Post:
charlestek (July 8th, 2009)





Similar Threads
Thread Thread Starter Forum Replies Last Post
fckeditor 2.63 for beerhouse project Rachel BOOK: ASP.NET 2.0 Website Programming Problem Design Solution ISBN: 978-0-7645-8464-0 2 January 19th, 2009 03:14 PM
The beerhouse project, problem with the database jansek BOOK: ASP.NET 2.0 Website Programming Problem Design Solution ISBN: 978-0-7645-8464-0 4 September 2nd, 2008 02:50 PM
Using LINQ, with BeerHouse /Instant Result Project SoftMind BOOK: ASP.NET 2.0 Website Programming Problem Design Solution ISBN: 978-0-7645-8464-0 1 June 21st, 2007 03:08 AM
Website project vs Web Application Project... thenoseknows ASP.NET 2.0 Professional 0 January 14th, 2007 09:47 PM
Getting error while running CaseStudy Project badercheema BOOK: Professional SQL Server 2005 Integration Services ISBN: 0-7645-8435-9 0 March 27th, 2006 03:25 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.