Re: IUSER_Machine vs. Everyone?
From: Erymuzuan Mustapa (emustapa@mac.com)
Date: 09/29/02
- Next message: Michael Howard [MS]: "Re: IUSER_Machine vs. Everyone?"
- Previous message: Erymuzuan Mustapa: "Re: How to physical delete a file by ASP.NET?"
- In reply to: Paul: "IUSER_Machine vs. Everyone?"
- Next in thread: Michael Howard [MS]: "Re: IUSER_Machine vs. Everyone?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: "Erymuzuan Mustapa" <emustapa@mac.com> Date: Sun, 29 Sep 2002 12:07:29 +0800
Everyone account is a special group account which all authenticated user is
part of , in fact when you log on to your computer , windows will attach
every one SID in you r access token, while IUSER_machine i snormally used by
IIS for anynomous login, when you grant Everyone access to a file, it'ss
DACL is null.but aspnet_wp.exe normally run on a special account ASPNET,
grant access to this account will normally work
regards
erymuzuan mustapa
"Paul" <paul@abc.com> wrote in message
news:988001c2662e$8a301190$36ef2ecf@tkmsftngxa12...
> Hi,
>
> I read somewhere that for aspnet_wp.exe to write out
> files, the IUSER_Machine account has to be granted write
> permission to the destination directory. When I tried
> this, I received an object null error. When I grant
> Everyone write permission, the program works as expected.
> What's the difference between IUSER_Machine and Everyone?
>
> Thanks,
> Paul
- Next message: Michael Howard [MS]: "Re: IUSER_Machine vs. Everyone?"
- Previous message: Erymuzuan Mustapa: "Re: How to physical delete a file by ASP.NET?"
- In reply to: Paul: "IUSER_Machine vs. Everyone?"
- Next in thread: Michael Howard [MS]: "Re: IUSER_Machine vs. Everyone?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|