1

Using VS2008/ASP.Net 3.5 i can't use Glimpse, but it would be very helpful if I could trace the route handling done by MVC some way.

Route debugger/RouteMagic seems to be ASP.Net 4 too.

I'm satisfied if I can get route/controller/view info to show up in DebugView. How?

tereško
  • 58,060
  • 25
  • 98
  • 150
Carl R
  • 8,104
  • 5
  • 48
  • 80

1 Answers1

2

old version of routedebugger is available for those running .NET 3.5. visit haacked for detail

Muhammad Adeel Zahid
  • 17,474
  • 14
  • 90
  • 155
  • I've only found the nuget package. Isn't nuget VS2010 only? – Carl R Jun 13 '11 at 21:15
  • from TFA: "The RouteDebugger NuGet package includes the older version of RouteDebug.dll for those still running against .NET 3.5." – Dave Thieben Jun 14 '11 at 01:56
  • @dave thieben Maybe a daft question, but how do I nuGet without VS2010? TFA? Trans fatty acid? Tenant Farmers Association? – Carl R Jun 14 '11 at 06:40
  • @Carl u can find routedebugger binary at http://haacked.com/archive/2008/03/13/url-routing-debugger.aspx. it also includes the source code you can change and compile it with 3.5 if it is in .net 4.0. – Muhammad Adeel Zahid Jun 14 '11 at 07:01
  • I've downloaded nuget console, and then nuget install routedebugger into an empty folder but sadly only the 4-version dll was included. LOL, nuget's a good idea in general but this reminds me of installing the Service Trace Viewer... – Carl R Jun 14 '11 at 07:05
  • u can check the link i have provided. it also describes in detail how to use it with your app – Muhammad Adeel Zahid Jun 14 '11 at 07:06