Re: aspnet vs IUSR_COMPUTERNAME

From: Joe Kaplan \(MVP - ADSI\) (joseph.e.kaplan_at_removethis.accenture.com)
Date: 03/26/04

  • Next message: Andrei Suvorov: "apsnet_wp.exe non-default identity vs. System.Web.Mail.SmtpMail"
    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


  • Next message: Andrei Suvorov: "apsnet_wp.exe non-default identity vs. System.Web.Mail.SmtpMail"

    Relevant Pages

    • Re: authentication problem
      ... Impersonation means that further resource access would happen under the account you impersomate as, not by the process identity (NETWORK SERVICE in IIS 6.0 usually).If you enable anonymous access, you naturally get "" because there's no authentication in that case. ... of the logged-in user (I mean their windows login, ...
      (microsoft.public.dotnet.framework.aspnet)
    • 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: IIS Folder and file security. Impersonation does not work.
      ... Custom URL navigation. ... First -- what you want to do does NOT need the impersonation DLL at all. ... Second -- you are muddling HTML and IIS concepts together and hoping for the ... Now, with IIS6, we have a custom authentication sample ISAPI that should ...
      (microsoft.public.inetserver.iis)