Imported from the CodePlex archive for reference purposes. Support for MvcCodeRouting has ended.
Commented on
My system is divided into 2 parts. Service using MVC (not WebApi) and front using ember and both run on different ports or url. when i test service methods, routing works fine, but when I make call from client, it does not route to correct methods.
I am using mvccoderouting and it helped a lot with routes.
Cross Domain origin is allowed and all method types are allows.
Weird thing is that it is happening on windows 8 machine, which is dev machine but same service when deployed on server works fine.
I tried to follow the route by debugging and still trying to figure out way to put full trace on mvc.