I have an Umbraco 6.x site that is built using Master Pages. I have several mini-apps I run on content pages that are a Usercontrol added to the page with a Macro in a text element.
I'd like to start a new project of a staff directory with admin screens that needs to run in my Umbraco site. I would like to use MVC to create this mini-app (by mini-app I mean basically a self-contained single page app that leaves the site navigation and layout to the master page).
Can I run an MVC app in my Master page layout site?
Where do I begin? I see folders already exist for views but where to my models and controllers go? How do I wire this all up? So far, the tuts I've come across seem to dive in a level or two deeper than I am ready for.
MVC App within Umbraco 6 web site?
I have an Umbraco 6.x site that is built using Master Pages. I have several mini-apps I run on content pages that are a Usercontrol added to the page with a Macro in a text element.
I'd like to start a new project of a staff directory with admin screens that needs to run in my Umbraco site. I would like to use MVC to create this mini-app (by mini-app I mean basically a self-contained single page app that leaves the site navigation and layout to the master page).
Can I run an MVC app in my Master page layout site? Where do I begin? I see folders already exist for views but where to my models and controllers go? How do I wire this all up? So far, the tuts I've come across seem to dive in a level or two deeper than I am ready for.
is working on a reply...