Re: Deploying ASP.NET in a mixed NT4 & W2K domain
- From: Paul Clement <UseAdddressAtEndofMessage@xxxxxxxxxxxxxx>
- Date: Fri, 29 Jul 2005 10:21:03 -0500
On Thu, 28 Jul 2005 05:46:22 +0100, Jason L James <jason@xxxxxxxxxxxxxxxxxxxxx> wrote:
¤ Paul,
¤
¤ thanks for the info. I'll take a look at the links right now.
¤
¤ >No, it's a local restricted account and the default account under which the thread of your ASP.NET
¤ >application executes when not implementing impersonation (the default). This account is not the same
¤ >as the Anonymous accounts IUSR_<machinename> and IWAM_<machinename>.
¤
¤ Can you please provide me with an explanation of the differences
¤ between the two user accounts you name above, and what each
¤ is used for, when it is used and by what process?
The IUSR_<machinename> account is the default identity used for IIS (low protection) in-process web
applications, while the IWAM_<machinename> account is the identity used for IIS (medium or higher)
out-of-process pooled web applications (running under their own DLLHost process).
Paul
~~~~
Microsoft MVP (Visual Basic)
.
- Follow-Ups:
- Re: Deploying ASP.NET in a mixed NT4 & W2K domain
- From: Jason L James
- Re: Deploying ASP.NET in a mixed NT4 & W2K domain
- References:
- Deploying ASP.NET in a mixed NT4 & W2K domain
- From: Jason James
- Re: Deploying ASP.NET in a mixed NT4 & W2K domain
- From: Paul Clement
- Re: Deploying ASP.NET in a mixed NT4 & W2K domain
- From: Jason L James
- Deploying ASP.NET in a mixed NT4 & W2K domain
- Prev by Date: Re: C# Function - how to use in both aspx page and ascx user control
- Next by Date: Re: File Upload too large error.
- Previous by thread: Re: Deploying ASP.NET in a mixed NT4 & W2K domain
- Next by thread: Re: Deploying ASP.NET in a mixed NT4 & W2K domain
- Index(es):
Relevant Pages
|