views:

409

answers:

1
+2  Q: 

MVC2 Routing Issue

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

+5  A: 

Take a look at this excellent Routing Debugger from Phil Haacked. It is an indispensable tool for ASP.NET MVC development.

Nathan Taylor