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
Monday, March 26, 2012
Simple CMS for my site?
Labels:
admin,
asp,
cms,
content,
itpossible,
management,
net,
system,
touching,
update
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment