0

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.

2
  • 2
    Areas is your option, each appln can be added in its own area and configure routing appropriately Commented Nov 6, 2014 at 9:52
  • Exactly this is what i will do. I will make each MVC project as an Area, i will use RazorGenerator to create Embedded Views (i don't want to copy them across), and from the hosting project i will only reference the Areas projects. here is an example. Post your comment as an answer to mark it Commented Nov 6, 2014 at 10:05

1 Answer 1

0

Areas is your option, each application can be added in its own area and configure routing appropriately

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.