IIS 7 - How to enable write / HTTP PUT
am 28.08.2007 11:23:44 von Hans Olav
Hi,
I need to make a fodler under IIS7 where a program can upload some
files via HTTP.
But I just can't seem to find the "Write" permission checkbox from
IIS6. Is it enough to just set write permissions for the specified
user at the windows level ?
Regards, Hans Olav
Re: IIS 7 - How to enable write / HTTP PUT
am 28.08.2007 11:28:12 von David Wang
On Aug 28, 2:23 am, Hans Olav wrote:
> Hi,
>
> I need to make a fodler under IIS7 where a program can upload some
> files via HTTP.
>
> But I just can't seem to find the "Write" permission checkbox from
> IIS6. Is it enough to just set write permissions for the specified
> user at the windows level ?
>
> Regards, Hans Olav
PUT and write permission at Windows level are two completely different
things. However, both are required for "uploading via HTTP"
functionality to work.
http://blogs.msdn.com/david.wang/archive/2005/08/20/Why-can- I-upload-a-file-without-IIS-Write-Permission.aspx
//David
http://w3-4u.blogspot.com
http://blogs.msdn.com/David.Wang
//
Re: IIS 7 - How to enable write / HTTP PUT
am 31.08.2007 10:21:42 von Hans Olav
On 28 Aug., 11:28, David Wang wrote:
>
> PUT and write permission at Windows level are two completely different
> things. However, both are required for "uploading via HTTP"
> functionality to work.
>
> http://blogs.msdn.com/david.wang/archive/2005/08/20/Why-can- I-upload-...
OK - it is clear. So what must I do in IIS 7.0 to enable HTTP PUT ?
Regards, Hans Olav