User-2045101248 posted
[This relates to Web API]
I read this too. Actually the problem was narrowed down to the module or handler, that is used. If you setup a default project an entry is added to the config that says run all managed modules for all requests, brutal I know but without this PUT and
DELETE are not accepted rather 404 is returned based on the testing done. I have further asked how to selectively include this. If you adding web api to an existing project you may for good reason not have this switch in, so one to watch.
runAllManagedModulesForAllRequests="true"