gimmi/extdirecthandler

Getting started wiki page with a mvc application

bastervrugt opened this issue · 1 comments

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}");

Thanks reporting it, i've added a wiki page for MVC integration

https://github.com/gimmi/extdirecthandler/wiki/MvcIntegration