I want to create a simple CMS for my asp.net-mvc site. Wil开发者_C百科l I save my whole page to a database? 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?
Is there any CMS available based on subsonic?
Why reinvent the wheel? Check out the Orchard Project, also on GitHub - which is an open-source ASP.NET MVC CMS just like the one you're thinking about creating.
Maybe you can just use Orchard instead - or download its source code and learn from it?
精彩评论