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

放肆的年华 提交于 2019-12-25 16:43:35

问题


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.



来源:https://stackoverflow.com/questions/1862577/can-i-create-an-asp-net-mvc-2-project-with-multiple-areas-without-referencing-ea

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!