Reuse an MVC area in multiple MVC applications?

Posted by James Newton-King on Stack Overflow See other posts from Stack Overflow or by James Newton-King
Published on 2010-05-15T13:37:55Z Indexed on 2010/05/15 13:44 UTC
Read the original article Hit count: 543

I have some common web pages that will be in multiple MVC applications. For those pages I'd like to reuse the same source code (controllers + views) between the different MVC web sites. What is the best way to go about doing this?

ASP.NET MVC areas seem like one possibility but they just a sub directory of the website project. Is it possible to reuse an MVC area in multiple MVC applications?

© Stack Overflow or respective owner

Related posts about asp.net-mvc

Related posts about asp.net-mvc-areas