Simple CMS for my site?

  • Thread starter Thread starter Olav Tollefsen
  • Start date Start date
O

Olav Tollefsen

I need a really simple Content Management System for my site to make it
possible for a site admin to update content without touching the ASP.NET
application. The CMS needs to take care of pictures and design. It is not a
typical news site where there are text-based articles. The content could be
any kind of HTML.

Take a look at http://www.baldrian.no too see what kind of site I'm talking
about.

How do you suggest that I solve this?

Olav
 
I need a really simple Content Management System for my site to make it
possible for a site admin to update content without touching the ASP.NET
application. The CMS needs to take care of pictures and design. It is not a
typical news site where there are text-based articles. The content could be
any kind of HTML.

If it's really simple, and you're a .net developer, I guess I'd suggest that
you build it yourself.

The HTML input can be handled by a text area replacement widget such as
xstandard or FCKeditor.

Then just store that in a database and retreive it when displaying the
content on the site.

-Darrel
 
Back
Top