MuZZy wrote:[color=blue]
> !!! Klutzo !!! wrote:
>[color=green]
>>
>> I give permissions for ASPNET on a top level subdirectory.
>>
>> A windows program copies a file into the subdirectory, however, my web
>> service cannot access the file because it does not have permissions.
>>
>> Shouldn't the file automatically inherit permissions by being dropped
>> into that top level subdirectory?
>>
>>
>>[/color]
> Ignore my previous post.
> Here's the rules:
>
> # When a file or a folder is created, it inherits permissions from the
> parent folder.
> # When a file or a folder is copied to another folder on the same or a
> different partition, it inherits the NTFS permissions of the destination
> folder.
> # When a file or a folder is moved to another folder on the same
> partition, its NTFS permissions are maintained ASIS.
> # When a file or a folder is moved to another folder on a different
> partition, it inherits the NTFS permissions of the destination folder.
> # When a file or a folder is copied or moved to a FAT partition, all
> permissions are lost since FAT partitions do not support permissions.
> # When a file or a folder is copied from a FAT partition, it inherits
> permissions from the destination folder.
>
> Taken from
>
http://www.windowsnetworking.com/kba...artitions.html
>[/color]
So you rproblem might be related not to file/folder permissions, but to IIS settings for that
application folder.
Check the file permissions by right clicking on file in Expolorer and choosing Properties->Security