Is Orchard Project (orchardcms) mature enough for a medium-size project for company offering financial services?

我的未来我决定 提交于 2019-12-07 07:01:09

问题


At the time of writing Orchard project (http://www.orchardproject.net/) is in version 1.1. I am considering that for a financial services' web site. Stability, security is of high priority here. Mostly that would be used to serve standard 'about-us' info plus various registration forms, sales' campaigns (landing pages/tracking user). It is important to be multi-culture friendly.


回答1:


I'm using Orchard in two medium-sized commercial projects and it works very well. It is perfectly stable.

What do you mean by "security"?

  • From the server perspective it's an ordinary ASP.NET application, so all security-related stuff is the same as for those written from scratch.
  • From the CMS perspective though, Orchard has a user/roles authorization mechanism built-in.
    User authentication leverages the ASP.NET Forms Authentication.

Multi-culture content is supported. There is also a Culture Picker module, that allows to switch the culture of the whole site on the visitor's end.



来源:https://stackoverflow.com/questions/5975093/is-orchard-project-orchardcms-mature-enough-for-a-medium-size-project-for-comp

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!