I'm having problems with Routing my MVC solution. I have set up a "pure" MVC solution with Route-Hijacking and it doesn't seem to be hitting any break points, I've created an ApplicationEventHandler and it doesn't seem to be hitting that or the routeconfig.
When opening the page in my browser I just get a white screen, I can still access the CMS and all. I've followed several blog posts for setting this up and I can't seem to get it to work.
I'm pulling my hair out as I need this for tomorrow, I've tried almost everything I can think of, have I missed something out?
Cheers
EDIT:
I have solved my issue, sleep deprivation is clearing getting to me. I forgot to inherit my controller with RenderMvcController and add my post-build events.
Awesome that you managed to solve this - Do you mind writing your "EDIT" as another post? Then it's possible to actually mark the issue as solved, which is nice for other who might encounter the same challenge as you and they will be able to quickly figure out the solution :)
[SOLVED] Problems Routing MVC
Hello all,
I'm having problems with Routing my MVC solution. I have set up a "pure" MVC solution with Route-Hijacking and it doesn't seem to be hitting any break points, I've created an ApplicationEventHandler and it doesn't seem to be hitting that or the routeconfig.
When opening the page in my browser I just get a white screen, I can still access the CMS and all. I've followed several blog posts for setting this up and I can't seem to get it to work.
I'm pulling my hair out as I need this for tomorrow, I've tried almost everything I can think of, have I missed something out?
Cheers
EDIT:
I have solved my issue, sleep deprivation is clearing getting to me. I forgot to inherit my controller with RenderMvcController and add my post-build events.
Hi Charlie
Awesome that you managed to solve this - Do you mind writing your "EDIT" as another post? Then it's possible to actually mark the issue as solved, which is nice for other who might encounter the same challenge as you and they will be able to quickly figure out the solution :)
/Jan
is working on a reply...