Can I create an ASP.NET MVC 2 project with multipl

2019-08-30 03:20发布

问题:

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.

回答1:

Not in MVC 2 Beta. Perhaps a future release.