I need to create a web site which I created for it many forms for administration purpose using win forms . The BOs are also in separate folder as well. I tried to follow the same organization as appears in the sample app.My question is should I create a separate Solution or create another project under the same solution? I am not sure if the web will need any BO created for the admin. The Admin is using a different database as well.
Thanks,
Doron
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