问题
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