Search code examples
c1-cms

MVC Player in Composite C1 - totally unclear


I have an Composite C1 site that I am building through the web front end.

I also have an ASP.NET MVC 4 app. There's a partial in the MVC app that I'd like to include in the Composite C1 site.

I have found the MVC player but it is really unclear. It says enter a path - but there is no view or controller (not even a controllers folder) in the composite app? How can I insert a partial?


Solution

  • Normally, you should put your controllers in /App_Code and views - in respective subfolders in /Views

    Please see this guide: http://docs.composite.net/Functions/MVC/HelloWorldMVC