0
ddnils created
I installed the nuGet package "ASP.NET WebAPI Route Debugger". It created a new Folder named Areas in .Web and inside Areas a Folder "RouteDebugger" with Components, Conrollers and so on. The documentation of Route Debugger states, that it should be available via /rd on my root page. Unfortunatelly it is not :(
<a class="postlink" href="http://blogs.msdn.com/b/webdev/archive/2013/04/04/debugging-asp-net-web-api-with-route-debugger.aspx">http://blogs.msdn.com/b/webdev/archive/ ... ugger.aspx</a>
Any ideas on how to solve this? I really need to debug my routes, for some unknown reason my put requests dont work.