When I attempt to write a file to the server using the PUT verb with WinHTTP like this: http://msdn.microsoft.com/en-us/library/aa384105%28VS.85%29.aspx

My Windows 2003 server returns the header:

HTTP/1.1 501 Not Implemented Content-Length: 0 Server: Microsoft-IIS/6.0 X-Powered-By: ASP.NET Date: Sat, 12 Dec 2009 11:31:14 GMT

I suspect that IIS needs to be configured?

link|improve this question

55% accept rate
feedback

1 Answer

up vote 1 down vote accepted

Yes, IIS6 does not have PUT support out of the box, you need to enable the WebDAV extension.

There is a nice post explaining how to do that here.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.