No RenderPartial from a different folder
Maybe this is not supposed to work out of the box in the manner I thought…..
In order to render something similar to a user control in ASP.NET MVC one creates a partial view – which ends up with the extension of ascx. This partial view can be embedded into and rendered through other pages (views) [...]