SEO friendly CMS with user profile functionality
Posted
by kjgilla
on Stack Overflow
See other posts from Stack Overflow
or by kjgilla
Published on 2009-09-12T19:17:52Z
Indexed on
2010/03/15
4:09 UTC
Read the original article
Hit count: 545
cms
|asp.net-mvc
My company has a project to create a magazine style site with user profile functionality. We need:
- CMS for the article publishing.
- SEO Friendly urls.
- Commenting capability for the published articles.
- User profile system with limited social networking functionality (friends,friend messages,blog,account tweaking/personalization, article commenting)
My area of expertise is asp.net, particularly MVC. I have read similar posts on this site regarding CMS with MVC and I'm surveying the landscape (N2, Kooboo, MvcCms, etc). What I am really interested in knowing is whether there are any platforms out there (WAMP or LAMP) that provide this functionality out of the box. I may be willing to go the LAMP route if it requires little development work. If I have to crack open any code then it probably needs to be .net unless there are compelling reasons to go another route.
© Stack Overflow or respective owner