Chris Meek
Chris Meek

Reputation: 5839

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 http://guides.fubumvc.com/images/guides1diags.png

Upvotes: 2

Views: 832

Answers (1)

Nathan Taylor
Nathan Taylor

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

Related Questions