Re: IIS 5 looses authenticated user
From: Bernard (qbernard_at_hotmail.com.discuss)
Date: 02/27/04
- Next message: Bernard: "Re: Giving developer rights to access IIS 5.0"
- Previous message: Bernard: "Re: WebDAV Probes"
- In reply to: Dan Ackermann: "Re: IIS 5 looses authenticated user"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Fri, 27 Feb 2004 14:54:07 +0800
What's the ACLs for the upload folder ?
Do a test, grant everyone full control, do you have any problem with the
upload ? if not, it is related to the ACLs settings on that particular
folder.
when you application is runing medium pooled or high isolation, the process
identity will be iwam user.
-- Regards, Bernard Cheah http://support.microsoft.com/ Please respond to newsgroups only ... "Dan Ackermann" <dummy@intos.ch> wrote in message news:e1wLyNF$DHA.2432@TK2MSFTNGP09.phx.gbl... > Bernhard, > That's exactly what I'm thinking myself - but the reality shows it's > different !!! > We are using NTFS Permissions. (IIS permissions set to allow anonymous, > & basic auth.) > In the specific directory anonymous has NTFS read rights and the > admingroup for this customer NTFS full control. > Checked with filemon and it's excatly what I'm expected. If it does not > work I see a Access denied for user anonymous if it works I see User > <unable to open token> ??? > Well, somthing makes dllhost.exe switch user context just haven't found > out what it is :-( > > Do you have any other idea ?? > TIA > > Dan > > > > > > Bernard wrote: > > if it work, it should work all the time.. not 9 out of 10. > > are you using IIS authentication ? > > > > when accessing content, IIS will first check your IP to see if it's allow, > > then authentication if any, then web permission, and finally ntfs > > permission. through out the process you will have process identity and > > request identity. process as in the account running application, such as > > localsystem for inetinfo, iwam for dllhost, and request identity is the > > thread that actually accessing the content. if anonymous is allowed, iusr > > will be the authenticated user token for the content or the authenticated > > user if a registered account logged in. > > > > you can try filemon (sysinternals.com) to track related access issue to see > > what user actually is accessing or writing the content. > > >
- Next message: Bernard: "Re: Giving developer rights to access IIS 5.0"
- Previous message: Bernard: "Re: WebDAV Probes"
- In reply to: Dan Ackermann: "Re: IIS 5 looses authenticated user"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|