Reputation: 5839
I have a few routing issues with my ASP.NET MVC2 website and was wondering if there is a way I can get the runtime to simple list of all of the routes it thinks it understands.
Some thing like the fubu diagnostics would be handy ... alt text http://guides.fubumvc.com/images/guides1diags.png
Upvotes: 2
Views: 832
Reputation: 24606
Take a look at this excellent Routing Debugger from Phil Haacked. It is an indispensable tool for ASP.NET MVC development.
Upvotes: 5