Can I create an ASP.NET MVC 2 project with multiple areas without referencing each Child in the pare

Posted by No Refunds No Returns on Stack Overflow See other posts from Stack Overflow or by No Refunds No Returns
Published on 2009-12-07T20:13:41Z Indexed on 2010/04/01 3:43 UTC
Read the original article Hit count: 277

This is a follow-up question to my original query: http://stackoverflow.com/questions/1791605/how-can-i-use-multiple-projects-to-separate-a-large-asp-net-mvc-site-into-departm

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.

© Stack Overflow or respective owner

Related posts about asp.net-mvc

Related posts about build-process