How to get PUT and DELETE verbs to work with WebAPI on IIS
问题 I am using WebAPI PUT and DELETE methods to perform actions from my website via AJAX using jQuery. My server is Windows Server 2008 R2 with Plesk installed. POST and GET requests work just fine, but PUT and DELETE fail. I was originally getting a 401 Unauthorized response when I first deployed my site to the server. I then performed some actions and it turned into 405 Method not allowed . I am now at a point where I'm receiving an Internal Server error: Handler “ExtensionlessUrlHandler