How to get your WCF Web API DELETE verb working on IIS6
I’ve just had to deal with a problem on Windows Server 2003 (IIS 6.0) where my web API decided not to respond to the DELETE verb. Apparently, this is by design. It doesn’t happen when you’re in development mode using…