We are currently working on .NET solution that contains a pure MVC project. At the beginning, it was fine. However, the content seems be be changed frequently.
I think it's better to make some blocks content and static pages into CMS. They can be list of posts for CMS blocks and CMS page for static page.
My team chooses Umbraco. The most difficulty is integrating the CMS system into the block.
I tried to follow this tutorial: https://24days.in/umbraco-cms/2016/adding-umbraco-to-existing-site/ . However, I got some issues like:
- I don't know how to rewrite route after moving the controller
- The system always tell me this error: System.Net.Http.Formatting -> I tried to install but it seems not an existing package.
- The tutorial is obsolete. The structure of the project seems to be changed.
- Source files gone.
I don't know if there's any recommendation and new tutorials for this situation. I might stuck in the installing of dependencies. Hope that I can get some advices from you guys so that I can continue.