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 ...
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 ...
Take a look at this excellent Routing Debugger from Phil Haacked. It is an indispensable tool for ASP.NET MVC development.