I have a Web API project and I am unable to enable \"PUT/Patch\" requests against it.
The response I get from fiddler is:
HTTP/1.1 405 Method Not Al
Add the following section under Handler section in web.config:
For instance: