Re: ASPX form Uploads a file even without IIS Write permission
From: Christian Paparelli (cpaparelli_nospam_at_ithost.ch)
Date: 08/20/05
- Previous message: FB: "ASPX form Uploads a file even without IIS Write permission"
- In reply to: FB: "ASPX form Uploads a file even without IIS Write permission"
- Next in thread: David Wang [Msft]: "Re: ASPX form Uploads a file even without IIS Write permission"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Sat, 20 Aug 2005 09:20:45 +0200
"FB" <FB@discussions.microsoft.com> ha scritto nel messaggio
news:B9069C32-8121-42BD-A591-CF04B3EDE0E2@microsoft.com...
Hi
>A customer have a IIS 6 web server and even with IIS Write property
>DISABLED,
> an ASPX form can upload files to the server.
>
> The authentication is Anon (via IUSR_ user) and the IUSR_User have RWXD
> rights on the folder where the upload is stored.
>
> In the properties of the IIS folder where upload is done, the Read
> permission is set, but Write, SourceAccerss and Browse are disabled.
>
> Why the upload works???
It works because the anon user (IUSR_user) have write permission.
The write property on iis is requested for the PUT HTTP command but if you
make an upload via an aspx form you make a HTTP POST
-- Christian Paparelli http://www.ithost.ch
- Previous message: FB: "ASPX form Uploads a file even without IIS Write permission"
- In reply to: FB: "ASPX form Uploads a file even without IIS Write permission"
- Next in thread: David Wang [Msft]: "Re: ASPX form Uploads a file even without IIS Write permission"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|