DELETE/PUT verbs result in 404 Not Found in WebAPI, only when running locally
问题 I know this is a commonly addressed issue, and I've done everything that many posts here on SO suggest. When I try to delete a record using WebAPI (version 2) from my MVC5 front end running under local IIS, I get a 404 Not Found response. Here are the things I've tried: I've added the following under <system.webServer /> in my WebAPI web.config: <system.webServer> <validation validateIntegratedModeConfiguration="false" /> <modules runAllManagedModulesForAllRequests="true"> <remove name=