0

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.

Djensen
  • 1,337
  • 1
  • 22
  • 32
ajexpress
  • 287
  • 4
  • 13

1 Answers1

2

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.

Community
  • 1
  • 1
ajexpress
  • 287
  • 4
  • 13
  • I tried to follow the page but cannot get the files to replace into the current project (Keyword form the article: Go to the Umbraco download website and download the latest recommended download file. ). Can you share the files to me? Thank you! – vuquanghoang Mar 04 '19 at 05:25