How to merge an existing MVC 4 application into an Umbraco 6 site?
Scenario: I have an existing MVC 4 application, with its own glorious model, controllers, and views.
I would like to combine this existing MVC app with Umbraco 6. I do not want to have to custom compile Umbraco from the full source-code solution. I would like to do this with the "official" umbraco binaries from the download site.
The goal is to simplify a few of my views and controllers in the existing MVC 4 application so that I can read some content from some Umbraco nodes, and re-use some of the Umbraco master pages/views. Oh and I would like to define a few custom routes for my single specific area of the site I want controlled by my MVC 4 app.
How to merge an existing MVC 4 application into an Umbraco 6 site?
Scenario: I have an existing MVC 4 application, with its own glorious model, controllers, and views.
I would like to combine this existing MVC app with Umbraco 6. I do not want to have to custom compile Umbraco from the full source-code solution. I would like to do this with the "official" umbraco binaries from the download site.
The goal is to simplify a few of my views and controllers in the existing MVC 4 application so that I can read some content from some Umbraco nodes, and re-use some of the Umbraco master pages/views. Oh and I would like to define a few custom routes for my single specific area of the site I want controlled by my MVC 4 app.
Is this possible? Thank you for any help!
is working on a reply...