I\'m working on moving an API project from raw http handlers where I\'m using periods in the paths:
http://server/collection/id.format
I wo
Be careful to set runAllManagedModulesForAllRequests option in modules attribute in your web.config
..
Otherwise it will not work in IIS (probably it would be handled by non-managed handlers).