c# - MVC3 Razor CMS - create localized page dynamically -
i building cms allows admin create pages (.cshtml) dynamically without controller.
so far if page created code behind , saved in page folder, can access new page.
however in page folder cannot create directory-type structure new pages. ex. page/home/new, page/settings/mysettings ..etc
only pages created in page folder displayed correctly, others 404 error.
the other problem cannot perform globalization of new pages.
what able access new pages like:
en/home/aboutus english culture
fr/accueil/qui-sommes-nous french culture.
globalized content stored in db.
any link, tutorial, documentation or hints how highly appreciated.
thanks,
vishal
Comments
Post a Comment