Group: StrataFrame Developers
Posts: 3K,
Visits: 2.5K
|
On a web project, you'll probably want to store your business objects in a class library rather than in the App_Code folder as a .NET web project does not really support components very nicely (issues with nested files, no designer files, etc...). You may get the business objects to work in the website project, but you'll have a better time creating a new class library project and adding it to your Visual Studio solution.
|