Does Visual Studio's built-in web server support HTTP PUT?

好久不见. 提交于 2019-12-11 07:25:20

问题


Does the web server built into Visual Studio 2010 (and earlier, but 2010 in particular), WebDev.WebServer.exe, support the HTTP verb PUT? If so, does it support it by default or does it require configuration? If it requires configuration, please describe how to configure it.


回答1:


In Visual Studio 2010 at least, the Visual Studio Development Server web server does seem to support the HTTP PUT method.

I previously answered that it does not, but the URL for which I was submitting requests with the PUT method was incorrect. Once I corrected the URL the request was accepted without requiring any other changes to Visual Studio or the built-in web server settings.



来源:https://stackoverflow.com/questions/10405137/does-visual-studios-built-in-web-server-support-http-put

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!