In Visual Studio 2005 with SP1 and Visual Studio 2008 there are two project types for asp.net web development.
One you create by selecting File - New web site and asp.net web site.
The other we create by selecting File - New Project and asp.net web application.
I have an existing web project of type asp.net web site.
The LLBLGen dynamic data template produces a project of type web application.
How can I integrate the two projects?