I was developing some services using Asp.net Web API and it was working fine on the visual studio development server, but as soon as I hosted it on IIS (7.5) I was getting this error. The HTTP verb for the service was PUT. GET and POST requests were working fine. The error was occurring due to...