Is there a way to share a master page between different MVC projects/applications?
We have several different applications, and would like those apps to share a similar header and footer on the web pages.
What is the best approach to handle this situation with ASP.NET MVC?