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 January 12th, 2008, 06:30 AM
Authorized User
 
Join Date: Aug 2006
Posts: 14
Thanks: 0
Thanked 0 Times in 0 Posts
Default Hosted BeerHouse and sub directory

Hi all

my problem is that I have just deployed an application in a sub folder within my root application TheBeerHouse on my Webhost4life site and it's try to reference my BLL within the root application, why is this and anybody know the solution ? the error is

Does a sub folder web.config inherit from the root application web.config ? hell i'm confused

CS0246: The type or namespace name 'MB' could not be found (are you missing a using directive or an assembly reference?)

Source Error:


Line 191: }
Line 192:
Line 193: public virtual MB.TheBeerHouse.BLL.Store.ShoppingCart ShoppingCart {
Line 194: get {
Line 195: return ((MB.TheBeerHouse.BLL.Store.ShoppingCart)(this.Get PropertyValue("ShoppingCart")));

Any help would be greatly appreciated as this is treading on new ground

 
Old January 16th, 2008, 01:48 AM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 917
Thanks: 0
Thanked 0 Times in 0 Posts
Default

There's only 1 bin folder and it has to be at the outer level, unless you make that subfolder into a virtual directory.

Authentication also has to be at the outer level.

Making this app run from a folder that is NOT a root or virtual directory would be quite hard unless you have a lot of experience.

Eric






Similar Threads
Thread Thread Starter Forum Replies Last Post
Hosted Form of Component angelboy C# 2005 7 March 31st, 2008 02:36 PM
Events with IIS hosted remoting koraykazgan C# 1 May 1st, 2007 03:49 PM
How to point Login tool to hosted database? asp_convert ASP.NET 2.0 Professional 3 February 7th, 2007 04:57 PM
Moving App to Hosted site dthoma128 BOOK: ASP.NET 2.0 Instant Results ISBN: 978-0-471-74951-6 13 December 19th, 2006 03:59 PM
Access hosted on windows server 2003? hapsmack Access 1 July 11th, 2006 12:16 AM





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