vote up 4 vote down star
6

We are making a public website on ASP.NET and we are looking for a really versatile CMS that will give us enough freedom and allow us to create not only standard content pages (a feature which all CMS offer), but also pages with custom ASP.NET programming.

Imagine the following case: our site will contain several custom ASP.NET pages programmed in C# which allow the visitors to view and search for some financial products (the site will actually be devoted to structured financial products in Russia). Those pages will be programmed in pure ASP.NET / C#.

At the same time, we will have lots of content pages (with simple text, images, etc., but without any programming), and we would like to be able to add those pages to the site using a web interface like in most CMS systems.

The problem is that most CMS systems like DotNetNuke make it very difficult to add custom ASP.NET pages to the site. In DDN, one has to create special DNN modules, and there this requires lots of additional efforts.

My question: is there any lightweight, versatile CMS system that lets users manage simple content pages and at the same time create custom ASP.NET pages? Maybe what we require is not a classic CMS, but rather a set of components that can help us manage simple content pages?

Thank you.

flag

43% accept rate
What CMS features do you need? – James L May 24 at 21:35
The main feature is the ability for administrators (not programmers) to add pages to the site and edit menus - and do all that using a web interface. Programmers must have the possibility to add custom ASP.NET pages to the site - easily, without the need to create modules like in DotNetNuke. – micha12 May 24 at 23:55
It sounds like you are looking for open source/free solutions so the public facing licensing costs may be a bit high (otherwise i would have put this in answers) but Sharepoint will provide a simple content management system that will let you create and deploy cusotm asp.net pages. – mundeep May 25 at 5:49

9 Answers

vote up 4 vote down

Umbraco - http://umbraco.org

Written entirely in C#, free, small footprint, uses master pages and very flexible.

Custom .NET can be added via Macros (.NET user controls) or complete ASPX pages, provided you specify in the web.config that the file exists and Umbraco doesn't try to find it in the content database.

link|flag
Umbraco owns most Enterprise CMS's on the market, Now days it has a long list of website using it. Wired Mag, Peugeot, Microsoft, Heinz, Suzuki – Elijah Glover May 28 at 10:01
vote up 0 vote down

Two open source CMS systems written in .NET that you may want to evaluate are:

1) DotNetNuke

and

2) Oxite from Microsoft (emphasis on blogging)

link|flag
DotNetNuke is not versatile enough - one cannot add a custom ASP.NET page and is required to create DNN modules. Oxite runs on ASP.NET MVC - we are using WebForms, not MVC - so Oxite is not suitable. – micha12 May 24 at 23:57
vote up 2 vote down

N2 is a free open source ASP.NET CMS with support also for MVC. It's opinionated, uses .Net classes for the programming model and is very open and extensible.

link|flag
Did you use it? Does it allow to add custom ASP.NET pages without hassles? – micha12 May 24 at 23:58
You have complete freedom in creating pages. The "N2" in my answer is a link to the N2 site, though it's maybe no clear. There are plenty of screenshots and a clear description of feature, plus a live demo where you can change pages etc. – Mike Scott May 25 at 13:55
How does it compare to Umbraco? – micha12 May 25 at 16:37
Don't know - never used Umbraco, sorry. Like I said, have a good read through the N2 web site - it should answer your questions. Also, it's open source so you can just download it and try it out. – Mike Scott May 26 at 12:13
vote up 0 vote down

You can try Kentico CMS (www.kentico.com). It is not free but very powerful. YOu can add your custom code to your pages/templates as you can see here:

devnet.kentico.com/docs/devguide/adding_custom_code_to_the_aspx_page_template.htm

link|flag
vote up 0 vote down

Thank you for your answers.

I am wondering whether using a CMS is the only way of solving our problem? Maybe there are ASP.NET controls that allow to manage pages in a CMS-like way? So we ideally would like something very lightweight.

link|flag
vote up 1 vote down

Have a look at Cuyahoga as well. Here's the feature list. It has a WYSIWYG content manager

link|flag
vote up 0 vote down

From what you describe I would say that you need a development platform and a CMS in one. Take a look at Sitefinity, I would say that what you are looking for is exactly its main advantage. It makes custom development a piece of cake.

Disclaimer: I am on the team developing Sitefinity at Telerik.

link|flag
It looks as if Sitefinity is not free and costs about $900... – micha12 May 25 at 16:36
It has a Community edition, which is free. The missing functionality is something you would need in an enterprise-level CMS. sitefinity.com/product/compare-editions.aspx/… – Slavo May 26 at 12:08
vote up 1 vote down

I think you may want to check kooboo CMS. The only problem is that it is written in ASP.NET MVC. You have to use MVC to write your own extensions.

Developing a module for Kooboo is just like developing a regular ASP.NET MVC website, you only need to change a few settings to make it work as a module under Kooboo.

Check out: http://www.kooboo.com

link|flag
vote up 0 vote down

When you dont care to much about workflow and other premium CMS stuff, but like to have an inline HTML editor and care a lot about programming your application.... take a look at SmallCMS. It is free, open source, lightweight and a good starting point.

http://smallcms.net

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.