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

Popular posts from this blog

c++ - llvm function pass ReplaceInstWithInst malloc -

java.lang.NoClassDefFoundError When Creating New Android Project -

Decoding a Python 2 `tempfile` with python-future -