405 Method Not Allowed
If you get the error 405 - Method Not Allowed in the framework while deleting, inserting or updating something this can be due to the WebDAV IIS Module which is interfering with .NET Core.

Steps to Resolve
- Check if the WebDAV Publishing feature is installed.
- Remove the WebDAV Publishing feature or remove the WebDAVModule.
