I have an existing ASP.NET MVC 4 application. I want to use Umbraco CMS to manage contents. I have read several articles but not yet sure how to integrate both the application together? What are the best approach?
Please advice.
I have successfully integrated my existing MVC 4 application with Umbraco. This article helped me a lot.
Once it is created, I copied all my models, views, controllers and other project specific file to the integrated solution.