We have about 4 different MVC projects, in separate Solutions, with their own Controllers, Models and Views.
We need to join all these projects into a single Project (Solution). The new project will have an entry point (Home Page), from which you can go to any of the existing projects.
We will navigate from one project to another (one section to another - after integration) using simple navigation links.
Is Areas a good solution for this approach?
I read this post but i don't understand what the solution from there is.
Areasis your option, each appln can be added in its own area and configure routing appropriatelyMVCproject as anArea, i will useRazorGeneratorto create Embedded Views (i don't want to copy them across), and from the hosting project i will only reference theAreasprojects. here is an example. Post your comment as an answer to mark it