Is Orchard the right CMS for this project?

I'm just looking for advice on choosing a CMS. The website will probably require some kind of CMS, because the requirement is that the end user can add several “case studies on the project” to a bunch of different categories, as well as generate separate pages and change the general bits of content around the site. It's pretty simple, but the site should be easily moved where these case studies are downloaded via AJAX requests.

I look closely at Orchard, .NET CMS based on MVC2, but it seems like it is a redundant project - it has many features that I will never use on the website, and I don't want to overdo it. In addition, it is still a bit buggy because debugging messages continue to look for debugging classes that do not exit.

Any advice would be great!

Thank!

+3
source share
3 answers

You can try N2 cms .

+2

No matter which CMS you choose, it probably has things that you don’t need, because the CMS is sure to distinguish its network very widely. In the end, it is assumed that you can manage any content. I would like to understand what you mean by the word "debugging messages keep looking for debugging classes that don't exist." Can you clarify, maybe in PM, so that I can understand that this is a real mistake that we must correct.

+2
source

Source: https://habr.com/ru/post/1794418/


All Articles