Friday, August 29, 2014

Get PUT methods to stop throwing "404 (Not found)" at the ASP.NET MVC Web API.

Per this, this needs to go into Web.config in the system.webserver section:

<modules runAllManagedModulesForAllRequests="true">
   <remove name="WebDAVModule"/>
</modules>

No comments:

Post a Comment