How can I have a view render a partial (user control) from a different folder? With preview 3 I used to call RenderUserControl with the complete path, but whith upgrading to
Try using RenderAction("myPartial","Account");
RenderAction("myPartial","Account");