Getting started wiki page with a mvc application
bastervrugt opened this issue · 1 comments
bastervrugt commented
If you are using asp.net mvc you have to add a route ignore for the /rpc or it wont work.
routes.IgnoreRoute("rpc/{*pathInfo}");
gimmi commented
Thanks reporting it, i've added a wiki page for MVC integration
https://github.com/gimmi/extdirecthandler/wiki/MvcIntegration