Monday, April 13, 2009

Can you suggest a content management solution for my ASP .NET site?

A lot of choices out there - one 3rd party content management system we've used is N2CMS (http://n2cms.com/).

In particular we liked that:
  • it works natively with ASP .NET for quick integration with existing .NET pages
  • it uses ASP .NET user controls, allowing upgrade of existing controls on existing .NET pages
  • templates are based on the ASP .NET concept of master pages, allowing ASP .NET developers can ramp up quickly on the requirements of using the 3rd party.
  • free LGPL license
One possible disadvantage is capacity - I don't know if the solution could handle a very large amount of content (e.g. thousands of pages). It depends on the size of your web project.

If you've had experience with a good content management solution, by all means please add on to this thread.

No comments:

Post a Comment