weird routing issue with cross domain origin

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.

Any help or direction is appreciated.
Commented on link
Sounds like a configuration issue, not related with MvcCodeRouting.

Check both computers have the same .net version, integrated/classic mode, web.config settings.
Commented on link
I looked into it almost whole day today. I will check tomorrow. I feel the same, some IIS config difference most probably.