Access denied in subdirectory

Access denied in subdirectory

am 24.04.2007 10:11:58 von Roman Mellenberger

Hello,

i have a problem configuring IIS6 to enable http downloads. I have a
subdirectory on Inetpub\wwwroot called download. There I put some
files (.exe and .dll) for downloading. I also registered MIME types
(.dll and .exe) as Application/octet-stream.

The download via Browser from the root of the download directory works
well but if I have a subdirectory (e.g. inetpub\wwwroot\download\test)
and put some files in there i get the following error message:
HTTP Error 401.3 - Unauthorized: Access is denied due to an ACL set on
the requested resource.

The access is anonymous with the local IUSR account. This account have
NTFS read permissions on the directory.

Has anyone an idea what's going wrong?

Thanks
Roman

Re: Access denied in subdirectory

am 25.04.2007 06:38:36 von Bernard

you sure the virtual directory is using anonymous access?
get filemon to trace and see which account is having problem accessing the
file.

--
Regards,
Bernard Cheah
http://www.iis.net/
http://www.iis-resources.com/
http://msmvps.com/blogs/bernard/


"Roman Mellenberger" wrote in message
news:1177402318.520233.114430@r35g2000prh.googlegroups.com.. .
> Hello,
>
> i have a problem configuring IIS6 to enable http downloads. I have a
> subdirectory on Inetpub\wwwroot called download. There I put some
> files (.exe and .dll) for downloading. I also registered MIME types
> (.dll and .exe) as Application/octet-stream.
>
> The download via Browser from the root of the download directory works
> well but if I have a subdirectory (e.g. inetpub\wwwroot\download\test)
> and put some files in there i get the following error message:
> HTTP Error 401.3 - Unauthorized: Access is denied due to an ACL set on
> the requested resource.
>
> The access is anonymous with the local IUSR account. This account have
> NTFS read permissions on the directory.
>
> Has anyone an idea what's going wrong?
>
> Thanks
> Roman
>