I developed a web api, upload on the server is all methods the only one that does not work is the delete, I did a search on the internet is to find out:
When you search for the default document, you receive one of the following error messages: HTTP Error The method specified in the request line is not allowed for the resource identified by the request. Make sure that you have the appropriate MIME type configure for the requested resource. If the problem persists, contact your server administrator. HTTP 405 - resource not allowed Internet Information Services This problem occurs if the following conditions are true: You do not specify the file name. For example, you do not specify link . The Script Object Model (SOM) is enabled. A DTC event is called.
On the local machine everything works, only the server is not working.
If you can help me with the solution, thank you