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?