Creating my own simple CMS for asp.net-mvc?

Posted by coure06 on Stack Overflow See other posts from Stack Overflow or by coure06
Published on 2010-03-20T11:24:10Z Indexed on 2010/03/20 11:31 UTC
Read the original article Hit count: 136

Filed under:
|

I want to create a simple CMS for my asp.net-mvc site. Needs some help to start. Will i save my whole page to db? what if my page contain links like
Url.Content("~/somepage")

When the admin will edit the page he will get the plain link not the Url.Content. How i can handle this in CMS?

© Stack Overflow or respective owner

Related posts about asp.net-mvc

Related posts about cms