Group: StrataFrame Developers
Posts: 3K,
Visits: 2.5K
|
Yes, that will work, however, not all functionality of the BOMapper works with a Web Site, and you cannot get to the component designer for the business object, so you have to set all of the properties programmatically. So if you cannot rebuild the partial classes of your business object, or you want the component designer, then you'll have to put the BOs in a DLL or convert the web site to a web project.
|