What alternative do I have to avoid 405 Method Not Allowed error when using Put or Delete method in Web API?
I know there are a lot of solutions that specifically mention removing WebDAV from IIS, or disabling it from the Web.config, or other similar options For Example: "405 method not allowed" in IIS7.5 for "PUT" method and ASP.NET Web API - PUT & DELETE Verbs Not Allowed - IIS 8
But I have had multiple situations where these were either not viable solutions or they simply didn't work.