asp.net mvc - Reuse an MVC area in multiple MVC applications? -


I have some general web pages that will be in multiple MVC applications. For those pages, I want to reuse the same source code (controller + view) between different MVC web sites. What is the best way to go about doing this?

The ASP.NET MVC area looks like a possibility, but is it just a sub directory of the website project, it is possible to reuse an MVC area in multiple MVC applications?

You can.


Comments