Hi Tony. I'm in the process of breaking out the bll and dal into seperate projects as well. What kind of problems did you run into? How did you expose the ConfigSection instance to the dal? When the dal and bll were in the same web project, the dal was able to access ConfigSection properties through Global.cs. After moving the dal to it's own project, it no longer has access to globals, and therefore, no longer has access to the data provider types it needs to create an instance of the data provider. How did you redesign for this? If you could shed some light on this I would greatly appreciate it!
Thanks!
WD
|