HTTP PUT returns '501 Not Implemented'

  • Thread starter Thread starter chris-s
  • Start date Start date
C

chris-s

Hi folks,

Not sure whether to ask here or elsewhere, but since it's our c# PPC
app that gives the error I'll try here first...

Our app has a function that uploads a binary file to a webserver by way
of an http 'put' request. This works fine on our dev machines running
XP Pro, but when run against our Windows Server 2003 maching returns
the error '501 Not Implemented'.
From my limited knowledge of web stuff, I think I'm right in
understanding that a server can implement HTTP 'PUT' and/or HTTP 'POST'
depending on what it is and how it is configured, and that the
mechanics of the two methods differ.

Can anybody suggest how I can configure IIS running on Server 2003 to
implement the 'PUT' method, cos I can't find a checkbox labelled
'Enable HTTP PUT'.

Cheers!

Chris
 
Back
Top