0
Reply

Web Distributed Authoring and Versioning (WebDAV)

Sumit Jolly

Sumit Jolly

Aug 12 2014 5:13 AM
524
Today I faced unique problem, ie, HTTP error 405.0 method not allowed. It was happening with PUT & DELETE verb for WebAPI.

I was able to solve that problem after uninstalling WebDAV 




Questions:
  • What is WebDAV used for, I mean advantages?
  • Why does it was interferring with WebAPI?