Hi,

I have created a virtual directory on my IIS 6 server and enabled webdav
for web folder access.

I have assigned proper ntfs permission for users who can read, write,
delete and list folders/files on the virtual directory. When I tried
accessing the virual directory via web folder, I seem to be able to do
all the above except deleting files/folder. I then look at the web
permission and found that there is not delete function on individual
web/virtual folder. Can someone tell me if this is designed that way or
I am missing something.

Thanks

Keith

Re: web and ntfs permission on virtual diectory by Bernard

Bernard
Thu May 26 21:14:57 CDT 2005

You got permissions denied ? you only need to configure the NTFS
permissions.
what's the status code for the request in IIS log file ?

--
Regards,
Bernard Cheah
http://www.microsoft.com/iis/
http://www.iiswebcastseries.com/
http://www.msmvps.com/bernard/


"OM" <hkg04@hotmail.com> wrote in message
news:uRDhCQjYFHA.1344@TK2MSFTNGP15.phx.gbl...
> Hi,
>
> I have created a virtual directory on my IIS 6 server and enabled webdav
> for web folder access.
>
> I have assigned proper ntfs permission for users who can read, write,
> delete and list folders/files on the virtual directory. When I tried
> accessing the virual directory via web folder, I seem to be able to do all
> the above except deleting files/folder. I then look at the web permission
> and found that there is not delete function on individual web/virtual
> folder. Can someone tell me if this is designed that way or I am missing
> something.
>
> Thanks
>
> Keith



Re: web and ntfs permission on virtual diectory by OM

OM
Fri May 27 11:10:23 CDT 2005

Bernard wrote:

> You got permissions denied ? you only need to configure the NTFS
> permissions.
> what's the status code for the request in IIS log file ?
>


thanks, it was my mistake. The file that I tried to delete has read-only
attribute.

OM