Re: aspnet vs IUSR_COMPUTERNAME
From: Joe Kaplan \(MVP - ADSI\) (joseph.e.kaplan_at_removethis.accenture.com)
Date: 03/26/04
- Previous message: Cesar Cortez: "dont allow multiple login"
- In reply to: aspx newbie: "aspnet vs IUSR_COMPUTERNAME"
- Next in thread: Ken Schaefer: "Re: aspnet vs IUSR_COMPUTERNAME"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Fri, 26 Mar 2004 16:18:09 -0600
IUSER_COMPUTERNAME (the anonymous user account) will show up on your thread
token if you enable anonymous access in IIS AND you enable impersonation in
ASP.NET. Impersonation will impersonate the current logged on user, which
is the anonymous user account when the user did not authenticate via IIS.
As to whether you can forget about, that depends on whether you plan to use
impersonation and anonymous IIS access.
Joe K.
"aspx newbie" <anonymous@discussions.microsoft.com> wrote in message
news:FB76300C-FDBE-410B-BEE1-BEA4F792D423@microsoft.com...
> Hi,
> the web form acts as ASPNET when accessing a database. This used to be
IUSR_COMPUTERNAME in old asp, so my question is what is the relevance of the
anonymous IIS account IUSR_COMPUTERNAME - is it used anywhere in asp.net -
should I forget about it?
> Thanks
- Previous message: Cesar Cortez: "dont allow multiple login"
- In reply to: aspx newbie: "aspnet vs IUSR_COMPUTERNAME"
- Next in thread: Ken Schaefer: "Re: aspnet vs IUSR_COMPUTERNAME"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|