Open-source CMS (Windows, .NET) recommendation [closed]
开发者_如何学Python
Questions asking us to recommend or find a book, tool, software library, tutorial or other off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this questionI am looking for an open source, Windows, .NET based, CMS. I have a few simple requirements:
- Must run in or be built on the .NET 4 framework
- Users must be able to automatically authenticate via IIS / integrated windows authentication
- Must be able to utilize custom pre-built (existing) user controls presented as widgets / web parts / etc. with a minimum of re-coding.
I have looked through a handful of open source CMS projects with no luck so far. If anyone knows of a CMS that fits the bill I would really appreciate your insights. Thank you in advance for your help it is greatly appreciated.
Umbraco
- The latest release runs on .NET 4 (Umbraco 4.5.2 for .NET 4)
- You can implement Integrated Windows Authentication (it's quite easy actually)
- Full support for (.ascx) User Controls (this is a godsend when you have existing user controls)
Umbraco is the best out there! :-)
take a look at MojoPortal :) It's written in Object Oriented style with the simple standard layers ,
http://www.mojoportal.com/architecture.aspx
You can see a variety of choices from the Microsoft Web Platform Installer. http://www.microsoft.com/web/downloads/platform.aspx
Here is a .NET CMS that is under active development. http://www.dotnetnuke.com/
You may however have to revisit your requirements. They are not as simple as you might suppose.
精彩评论