I\'ve seen tons of posts about this, but the DELETE method of my new WebAPI simply does not work and returns a 404, using Windows 7 32-bit, IIS 7.5.
I\'ve tried
The Solution is to add PUT & DELETE verb in correct applicationHost.config file.
For IIS :
Go to lcation: C:\Windows\System32\inetsrv\config and edit the applicationHost.config file as:
For IIS EXPRESS GO TO : %userprofile%\documents\iisexpress\config\ and do the same in applicationHost.config file.