R – Sharing partial views between MVC projects – Do Areas Help

asp.net-mvcasp.net-mvc-areaspartial-views

We have some partial views which need to be used in several MVC projects. Has anyone done this successfully?

Could Areas in MVC 2 be of any use ? Could a sub area project use a partial view from the parent project or the other way around?

Thank you !

Best Answer

AFAIK Areas is for separating One Project to different sections.