ASP.NET Core with IIS - HTTP Verb Not Allowed
问题 We have an ASP.NET Core 2.0 web site that also presents a couple of simple Web API methods for UI enhancement purposes. The Web API calls work as expected when running locally under IIS Express , but when we deploy to our IIS 8.5 production web server, we get the following error when making HTTP DELETE and PUT requests... 405 Method Not Allowed After some web searching, we have found several posts suggesting the removal of the IIS WebDAV module. We have disabled this in IIS (it is our server)