Can I create an ASP.NET MVC 2 project with multiple areas without referencing each Child in the parent area?
This is a follow-up question to my original query: How can I use multiple projects to separate a la开发者_JS百科rge 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.
精彩评论