Hi,
Just a quick question about using Umbraco with pure MVC. I was wondering is it possible to create website where pages like Home , contact us , who we are and other contect pages can be created in Umbraco so user can update these pages. And pages like shopping cart, product listing,checkout etc can be created in pure MVC (independent of Umbraco) as user wont change these pages, all the data can be extracted from database using MVC.
Yes that's fine. You'll probably find that if you create an appropriately named controller then it will just work. You may have to exclude you paths using the AppString umbracoReservedPaths, but I suspect you don't even need to do that.
Hi David,
Thanks for your response.
Do you think this is the right way to do need your suggestion?
I feel more comfortable using pure MVC also in my online store section there is hardly any content management.
I have seen few ecom solution for Umbraco but I decided to write my own as it will give me more flexiablity interm of integration with back office and ERP system.
Umbraco with Pure MVC
Hi, Just a quick question about using Umbraco with pure MVC. I was wondering is it possible to create website where pages like Home , contact us , who we are and other contect pages can be created in Umbraco so user can update these pages. And pages like shopping cart, product listing,checkout etc can be created in pure MVC (independent of Umbraco) as user wont change these pages, all the data can be extracted from database using MVC.
Your thoughts please.
Thanks
Hi Fahad,
Yes that's fine. You'll probably find that if you create an appropriately named controller then it will just work. You may have to exclude you paths using the AppString
umbracoReservedPaths
, but I suspect you don't even need to do that.Hi David, Thanks for your response. Do you think this is the right way to do need your suggestion? I feel more comfortable using pure MVC also in my online store section there is hardly any content management. I have seen few ecom solution for Umbraco but I decided to write my own as it will give me more flexiablity interm of integration with back office and ERP system.
Thanks
Hi Fahad,
Not sure but just a thought. In this case you can try creating Two sites.
One usingUmbraco with Its admin and database - Home, About, etc. Second with MVC with Its own framework and Database.
While hostingthis sites, host Umbraco as parent site and MVC site as sub directory.
So Url can be Home - www.myumbracosite.com. MVC site - Shopping cart - www.myumbracosite.com/shopping
Regards, Ritesh
is working on a reply...