Group: StrataFrame Developers
Posts: 3K,
Visits: 2.5K
|
No, you could most certainly start off by creating a web project, you'll just want to place your business objects in a class library that is referenced by the web project. Add a new "Business Object Library" project to the solution containing your website and add your business objects there. If you cannot open the Business Object Mapper with the class library in the same solution as your website (let me know if you can't and I'll look into it), create a different solution to house your class library containing your business objects.
|