Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Implementing PUT Method

111 views
Skip to first unread message

Joe Toth

unread,
Jul 21, 2003, 2:16:10 PM7/21/03
to
Greetings,

I am having a problem with my IIS 6.0 Server. I have a
site setup that clients need to have PUT access to. I
have created the site and given the user the proper
access permissions in NTFS as well as Write access in
IIS. However, when the client attempts to PUT to the site
IIS returns the following message:

Error delivering file: PUT failed. HTTP code 501: Not
Implemented;
HTTP/1.1 501 Not Implemented Date: Mon, 21 Jul 2003
15:47:37 GMT Server:
Microsoft-IIS/6.0 Content-Length: 0 ;

How do I implement the PUT method for HTTP in IIS 6.0?

Thanks in advance

Joe.

Eric

unread,
Jul 21, 2003, 4:40:05 PM7/21/03
to
I'm using IIS 5.0 and in there you have to open your
Internet Service manager (right click on your website in
MMC - properties), click on Home directory and then click
on Configuration button. You will either have to add a
new .file or find the .file you are using and add the PUT
verb, or click use all verbs. Hope this helps.
>.
>

Shawn Shepherd [MSFT]

unread,
Jul 23, 2003, 5:56:14 PM7/23/03
to
Joe,

Have you checked to see if webdav is enabled, the put command will need
this to be enabled to operate.

"How to Enable Web Service Extensions"
http://www.microsoft.com/technet/treeview/default.asp?url=/technet/prodtechn
ol/windowsserver2003/proddocs/standard/iiswelcome.asp
"To enable Web service extensions
In IIS Manager, click the Web Service Extensions folder.
In the details pane, select the Web service extension you wish to enable,
and then click Allow.
To see the properties of a Web service extension, select an extension, and
then click Properties. "

Please let me know what happens.

Thank you for using Microsoft Partner Support.

Shawn Shepherd[MSFT]
MCSE2000/MCSA
Online Support Professional

This posting is provided "AS IS" with no warranties, and confers no rights.
Get Secure! - www.microsoft.com/security


0 new messages