Re: aspnet vs IUSR_COMPUTERNAME

From: Ken Schaefer (kenREMOVE_at_THISadOpenStatic.com)
Date: 03/27/04


Date: Sat, 27 Mar 2004 18:21:20 +1100

By default, ASP.Net uses Machine\ASPNet.

If you enable impersonation, but do not specify a particular user to
impersonate -and- IIS allows anonymous authentication, then IUSR will be
impersonated.

Cheers
Ken

"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



Relevant Pages

  • Re: IIS 6.0 cgi process not running as same user as worker process?
    ... It warns that it's inteneded for IIS 4 &5... ... > elevate privileges (through impersonation), but any other code can only ... it is configurable to have IIS launch CGI as either ... This will make your CGIs launch as app pool identity. ...
    (microsoft.public.inetserver.iis)
  • Re: IIS 6.0 cgi process not running as same user as worker process?
    ... It warns that it's inteneded for IIS 4 &5... ... > elevate privileges (through impersonation), but any other code can only ... it is configurable to have IIS launch CGI as either ... This will make your CGIs launch as app pool identity. ...
    (microsoft.public.inetserver.iis.security)
  • Re: IIS6 - How? Force Anonymous and impersonation
    ... >I'm not sure what settings you are talking about, but IIS ... >much just like IIS 5 with regard to impersonation. ... >> possible to force all Users to authenticate as ... >> the User with a specified User account which is not ...
    (microsoft.public.inetserver.iis.security)
  • Re: IIS6 - How? Force Anonymous and impersonation
    ... I'm not sure what settings you are talking about, but IIS 6 works pretty ... much just like IIS 5 with regard to impersonation. ... > possible to force all Users to authenticate as anonymous. ... > belonging to the impersonation account. ...
    (microsoft.public.inetserver.iis.security)
  • Re: IIS 6 ASP: Which Process Identity Is It Using? App Pool or Anon?
    ... ASP itself uses the impersonated identity - we verify that on IIS6. ... IUSR account. ... automatically determines impersonation behavior. ...
    (microsoft.public.inetserver.iis)