by Jason
9. December 2009 10:26
I have a huge MVC project that I am working with that has a pretty complex routing schema. Debugging routes gets pretty hairy, so I was delighted to find the RouteDebug assembly that Phil Haack put together. It helped me immensely, but my project takes too long to compile for quick route testing.
I needed a quick way of creating routes and testing the route values, so I created a super-light-weight small website to use his assembly with nothing else. You can put your route creation code right into the Global.asax and instantly get the results. I found this super useful and I hope you do too.
RouteDebug-Web.zip (12.19 kb)