Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>Having had a look at the blog post it seems that this is not actually integrated with Umbraco but working alongside Umbraco.</p> <p>In that it is effectively its own HttpHandler. This means it is bypassing the Umbraco Httphandler and a whole bunch of Umbraco functionality relating to templates and the CMS itself.</p> <p>Getting MVC to utilise Umbraco templates is (probably) not possible without modifications to the core application (in version 4+). However that doesn't mean you can't use MVC alongside Umbraco with Umbraco acting as a content repository for a MVC application.</p> <p>You could easily create MVC controllers which pulled data from Umbraco and made that available to your views. For example you could use Umbraco Linq2Umbraco for this.</p> <p>If you give more details as to the precise errors you are getting and exactly what you are trying to achieve, it may be the solution is in how you structure your application rather than attempting to brute force Umbraco 4+ to do something that will be native in Umbraco 5 (which is scheduled for release some time this year). The source code for 5 is on <a href="http://umbraco.codeplex.com/" rel="noreferrer">Codeplex</a> and may be a good place to have a look and see how the Umbraco core team are approaching this.</p> <p>There is an old discussion about this here: <a href="http://forum.umbraco.org/yaf_postst5106_Using-ASPNET-MVC-with-Umbraco.aspx" rel="noreferrer">http://forum.umbraco.org/yaf_postst5106_Using-ASPNET-MVC-with-Umbraco.aspx</a></p> <p>and more recently here: <a href="http://our.umbraco.org/forum/getting-started/installing-umbraco/2668-Use-Umbraco-with-aspnet-MVC" rel="noreferrer">http://our.umbraco.org/forum/getting-started/installing-umbraco/2668-Use-Umbraco-with-aspnet-MVC</a></p> <p>Further discussion can be found here: <a href="http://our.umbraco.org/forum/developers/extending-umbraco/17523-Umbraco-461-and-MVC-3" rel="noreferrer">http://our.umbraco.org/forum/developers/extending-umbraco/17523-Umbraco-461-and-MVC-3</a></p> <p>and even more here: <a href="http://our.umbraco.org/forum/developers/extending-umbraco/6837-Umbraco-Website-And-MVC-Website-In-ONE" rel="noreferrer">http://our.umbraco.org/forum/developers/extending-umbraco/6837-Umbraco-Website-And-MVC-Website-In-ONE</a></p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload