WebDAV is a set of extensions to the hypertext transfer protocol (HTTP) that provide standards for editing and file management between computers on the Internet. Using this protocol, users can perform remote basic file operations, such as copying, moving, deleting, etc., over the Web. In IIS 7.0, WebDAV is a stand-alone extension module that needs to be downloaded separately. In IIS 7.5, WebDAV will integrate WebDAV, but WebDAV puts and Deletes. So the RESTful Service deployed on IIS 7.5 (WCF Data Service, WCF Rest Service,ASP.NET Web API,ASP.NET MVC) is a tragedy. HTTP Error 405.0 — Method Not Allowed occurs when a Put request is sent.
< system.webServer>
& lt; modules>
& lt; remove name=”WebDAVModule” />
& lt; /modules>
& lt; handlers>
& lt; remove name=”WebDAV” />
& lt; /handlers>
< /system.webServer>
Read More:
- [How to Solve] ashx Http Delete method not allowed
- Solve the problem that the delete request is not available under SpringBoot. There was an unexpected error (type=Method Not Allowed, status=405).
- WIN7 + IIS7 Service Unavailable HTTP Error 503. The service is unavailable.
- HTTP 405 Error: Failed to load resource: the server responded with a status of 405 (Method Not Allowed)
- nt service 1072 No need to restart, repeat the method of installing the service program or service driver
- IIS 7.5, ASP.NET MVC. HTTP error 500 (internal server error), but debugging does not enter the background, the browser only reports 500 errors
- Vs 2015 IIS express debug error: http error 401.2 – unauthorized
- Not allowed to bind to service Intent [How to Solve]
- Docker delete error response from daemon: Conflict: unable to delete xxxxx solution
- Solution to server application error in IIS 5.1
- IIS “Bad Request – Request Too Long. HTTP Error 400. The size of the request headers is too long.”
- Processing method of HTTP 411 error code
- [Go] Provide http service with two requests and process favicon.ico
- python: HTTP Error 505: HTTP Version Not Supported
- php_ network_ Getaddresses: getaddressinfo failed: name or service not known solution
- When feign is called, the solution of request method ‘post’ not supported appears
- [Solved] Error in registering Eureka for spring cloud micro service: classnotfoundexception: org.apache.http.conn.scheme.schemeregistry
- T omcat:removeGeneratedFiles Failed to delete the generated java file solution
- Centos7 executes the command service mysqld start and prompts Failed to start mysqld.service: Unit mysqld.service not loaded
- “Method does not override method from its superclass”