I'm trying to change the default controller of my Umbraco 7.1 site but I've run into some issues. I followed the instructions on this page and even if I put the code in Global.asx the first problem is probably that Global.asax is not firing. I put a break point in it on another project and I can step through all the steps but in my Umbraco project I never hit the break point.
Can't change default controller
I'm trying to change the default controller of my Umbraco 7.1 site but I've run into some issues. I followed the instructions on this page and even if I put the code in Global.asx the first problem is probably that Global.asax is not firing. I put a break point in it on another project and I can step through all the steps but in my Umbraco project I never hit the break point.
Am I missing something?
Hello,
Does the global.asax also inherit from your custom class?
I've explained how to use Global (for something else) in this topic: http://our.umbraco.org/projects/developer-tools/hybrid-framework/hybrid-framework/45020-Implementing-Donut-Caching-and-MVC-part-in-existing-solution
The Hybrid Framework also uses a default controller which works so you could also use that as an example. Still v6, but it should work the same.
Jeroen
I totally missed the markup! Thank you! Once that was changed it was all downhill.
is working on a reply...