WebDAV is a set of extensions of the Hypertext Transfer Protocol (HTTP), which provides a standard for editing and file management between computers on the Internet. Using this protocol, users can perform remote basic file operations through the Web, such as copy, move, delete, etc. . In IIS 7.0, WebDAV is used as an independent extension module and needs to be downloaded separately. In IIS 7.5, WebDAV will be integrated. However, WebDav clicks Put and Delete. So the RESTful services (WCF Data Service, WCF Rest Service, ASP.NET Web API, ASP.NET MVC) deployed on IIS 7.5 are tragic. When a Put request is sent, an HTTP Error 405.0-Method Not Allowed error will occur. Solve The method is also very simple, add the following settings in Web.config:
<system.webServer> <modules> <remove name="WebDAVModule" /> </modules> <handlers> <remove name="WebDAV" /> </handlers> </system.webServer>
Read More:
- [Solved] Android Error: java.lang.IllegalStateException: Not allowed to start service Intent
- There was an unexpected error (type=Method Not Allowed, status=405). Request
- IIS Web Deploy Website Error: HTTP error 500.19 – Internal Server Error
- [Solved] ERROR_POLICY: attempt to perform an operation not allowed by the security policy `PDF‘ @ error/const
- SharePoint site shows ‘Service Unavailable. HTTP Error 503. The service is unavailable’
- HTTP Error 401.3 – Unauthorized Error – While creating IIS 7.0 web site on Windows 7
- Windows 7 IIS (HTTP Error 500.21-Internal Server Error) solution
- ROS Start Gazebo Error (First time): Err] [REST.cc:205] Error in REST request
- Gazebo Error: Error in REST request [How to Solve]
- Fuseki failed with message “Parse error: [line:1, col: 1] Content is not allowed in prolog.“
- Nacos Click service offline error: caused: errCode: 500, errmsg: do metadata operation failed;
- [Solved] Asp.Net Core IIS Error: HTTP Error 500.30 – ASP.NET Core app failed to start
- Dubbo Error: HTTP method names must be tokens
- XML read process error: javax.xml.stream.XMLStreamException: ParseError at [row,col]:[1,1] Message: Content not allowed in preamble
- [Solved] bin/hive Startup Error: Operation category READ is not supported in state standby
- [GO]Solve request origin not allowed by Upgrader.CheckOrigin websocket cross-domain
- [Solved] “error_code“:500,“message“:“IO Error trying to forward REST request: java.net.ConnectException: Connection Refused
- [Solved] Unity Error: “Not allowed to access vertices on mesh”
- [How to Fix] manual close is not allowed over a Spring managed SqlSession
- The method println(boolean) in the type PrintStream is not applicable for the arguments (void) Error