HTTP PUT returns '501 Not Implemented'

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top