Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Visual Studio 2010(以及更早版本,尤其是 2010)中内置的 Web 服务器是否WebDev.WebServer.exe支持 HTTP 动词 PUT?如果是这样,它是默认支持还是需要配置?如果需要配置,请描述如何配置。
WebDev.WebServer.exe
至少在 Visual Studio 2010 中,Visual Studio Development Server Web 服务器似乎确实支持 HTTP PUT 方法。
我之前回答说不是,但是我使用 PUT 方法提交请求的 URL 不正确。一旦我更正了 URL,请求就会被接受,而无需对 Visual Studio 或内置 Web 服务器设置进行任何其他更改。