Web Config
Hi Everybody,
I have been working on my BeerHouse-based project for some time and yesterday I got around to running it in IIS 5 on my local machine.
Apparently, settings such as Authentication cannot be configured in a config file that is located in a subdirectory (such as TBH_Web) unless that subdirectory is configured as an application in IIS. I made a virtual directory for Marco's sample app and ran into the same error. I tried moving the problem settings to a new config file in the root directory but then the object references (such as type="DR.BLL.Store.ShoppingCart") are not recognized. I don't know how to reference this in the root config file.
I know I'm doing something wrong here because other people are successfully deploying. Any ideas? Thanks.
Steve
|