So I\'ve been trying to map an http module to a sub-path of an MVC3 site. It should be pretty simple as I understand it, but it has not been working. The module is setup l
Simple. Just put the path, no wildcard.
This will match:
/api/{anything}