This is a follow-up question to my original query: How can I use multiple projects to separate a large ASP.NET MVC site into departments?
Now that I have this working, is there a way to still have multiple project but not have to reference each child area from the parent project? Ideally I'd like to be able to have multiple, separate and distinct projects that only come together on the production/test machines. I should be able to build and test each "area" separately.
Not in MVC 2 Beta. Perhaps a future release.