|
Posted by Roger Abell [MVP] on March 10, 2007, 1:55 am
Please log in for more thread options
If you were to repost over to the newsgroup
microsoft.public.inetserver.iis.security
David Wang probably has your diag on the tip of his tongue,
if not already in one of his blog entries.
I find it curious that by what you have shown it is not even
requesting write access, but only Generic Read.
>I am troubleshooting what may be a permissions issue but I don't
> understand what the right lever is to fix it. I set up a virtual
> directory in IIS 6 with read/write privileges and anonymous access
> using an account I created called IUSR_Dropbox. Using the MS utility
> bigpost.exe, I can overwrite existing files but when creating a new
> file, it fails with a "404.0 2" error in the IIS log. Using Process
> Monitor, I can see that it fails with a "FILE NOT FOUND" and here is
> the output:
>
> 20936 2:09:53.0154066 AM w3wp.exe 3324
> CreateFile C:\Inetpub\Testdrop\test1.tmp NAME NOT FOUND
> Desired Access: Generic Read, Disposition: Open, Options: ,
> Attributes: RE, ShareMode: Read, Write, Delete, AllocationSize: n/a,
> Impersonating: MYSERVER\IUSR_Dropbox
> 20946 2:09:53.0156524 AM w3wp.exe 3324
> CreateFile C:\Inetpub\Testdrop\test1.tmp NAME NOT FOUND
> Desired Access: Read Data/List Directory, Synchronize, Disposition:
> Open, Options: Synchronous IO Non-Alert, Non-Directory File, Complete
> If Oplocked, Attributes: n/a, ShareMode: Read, AllocationSize: n/a,
> Impersonating: MYSERVER\IUSR_Dropbox
>
> Since IUSR_Dropbox is a member of Users which have full control to the
> directory, why does CreateFile fail and how can I fix this?
>
> Thanks!
>
|