I'd like to debug a web service locally that accepts requests using the HTTP PUT method but when I try to do so the Visual Studio Development Server web server returns an error with the message "(405) Method Not Allowed".
See the related question Does Visual Studio's built-in web server support HTTP PUT?.