Hi Trent,Trent L. Taylor (03/06/2009)
Just in case I am not understanding this correctly, feel free to correct my interpretation of your problem. But when developing web applications, you will always want to create a separate project to house your business objects and then reference that assembly (or project) within your web application. Adding BOs directly into a web application generally isn't a very good idea as it can produce a number of other issues. Let me know if this isn't what your were getting at.
I know I need to create a project for the web, and separate project for the BOs. My question was if in my scenario if I should create also a separate Solution for the Web site project as well.As I said before I have several projects under the same Solution and all serving the web site(to be) via WinForms for now. In terms of organization I was not sure if I should create the Web Site project under the current Solution, or create a new Solution.
Do you see my point now?
Thanks,
Doron