How do you debug MVC 4 API routes?

前端 未结 5 1866
孤独总比滥情好
孤独总比滥情好 2020-12-07 23:57

I have a WP7 game that uses RESTsharp to communicate with my MVC4 RESTful server, but I often have issues making requests that work and therefore I want to debug where it fa

5条回答
  •  情歌与酒
    2020-12-08 00:29

    RouteDebugger is good for figuring out which routes will/will not be hit.

    http://nuget.org/packages/routedebugger

提交回复
热议问题