ASPNET User ID - Newbie ?'s, apologies

Ask a Question related to ASP.NET Security, Design and Development.

  1. #1

    Default ASPNET User ID - Newbie ?'s, apologies

    Sorry for the newbie questions but after looking over
    this and other newsgroups I haven't come across the
    answers:

    I'm trying to determine how I got a User ID = ASPNET with
    "user" privilages on my Win2K desktop. What it's there
    for and what would happen if I deleted or disabled the
    account. Can anyone point me to some direct reading
    material on this - or provide a simple answer? As you can
    see from the questions, I'm fairly new to this subject.
    John Guest

  2. Similar Questions and Discussions

    1. Web Service uses ASPNET user although changed to administrator user in IIS
      Hi My problem is this In the Website (of my webservice) in the IIS, I've changed the ASPNET user in the Directory Security to administrator user,...
    2. creating a user profile for the aspnet user
      Hi, I have an asp.net web app that needs to invoke MS word. I have given the ASPNET user the relevant privileges and eveything works fine....
    3. User ASPNET
      I have a share in other computer and I want access to that sahre with my web application. For that I do: - Create a User ASPNET in my domain - Use...
    4. ASPNET user and CDO
      Hi all, I have a problem in and around the ASPNET user and CDO, my code is as follows using System; using System.Web.Mail; MailMessage mm =...
    5. Restricting ASPNET ACLs without breaking ASPNET (newbie-ish)
      Scenario: We have a library with objects that host Jscript for the execution of complex validation code. This library is being called by an ASP.NET...
  3. #2

    Default Re: ASPNET User ID - Newbie ?'s, apologies

    The ASPNET account is the user account that is set up for ASP.NET to run
    under. It runs under its own account so that this account can be
    specifically granted a limited set of privileges - just enough to run
    ASP.NET applications, and no more. If you are not doing ASP.NET web
    development, then this account isn't doing anything useful for you, nor is
    it harming you.

    --
    Chris Jackson
    Software Engineer
    Microsoft MVP - Windows Client
    Windows XP Associate Expert
    --
    More people read the newsgroups than read my email.
    Reply to the newsgroup for a faster response.
    (Control-G using Outlook Express)
    --

    "John" <anonymous@discussions.microsoft.com> wrote in message
    news:00a401c3be87$3976df60$a501280a@phx.gbl...
    > Sorry for the newbie questions but after looking over
    > this and other newsgroups I haven't come across the
    > answers:
    >
    > I'm trying to determine how I got a User ID = ASPNET with
    > "user" privilages on my Win2K desktop. What it's there
    > for and what would happen if I deleted or disabled the
    > account. Can anyone point me to some direct reading
    > material on this - or provide a simple answer? As you can
    > see from the questions, I'm fairly new to this subject.

    Chris Jackson Guest

  4. #3

    Default Re: ASPNET User ID - Newbie ?'s, apologies

    Chris, Thanks for your speedy and helpful reply. My
    concern as a 'Info Security' guy is that someone could make
    use of a 'standard' ID for purposes other than I might
    intend - OR might use such an ID as an opening point in a
    scripted exploit that I might be able to avoid if I
    actually knew what the heck I was looking at re this ID.
    From your response, it looks as though I'm not going to
    have any problems if I disable the account, so I think
    that's my best tactic for the moment. I would still like
    to know a little more about this...any recommended info
    sites or reading? Again, thanks for your input. John
    >-----Original Message-----
    >The ASPNET account is the user account that is set up for
    ASP.NET to run
    >under. It runs under its own account so that this account
    can be
    >specifically granted a limited set of privileges - just
    enough to run
    >ASP.NET applications, and no more. If you are not doing
    ASP.NET web
    >development, then this account isn't doing anything useful
    for you, nor is
    >it harming you.
    >
    >--
    >Chris Jackson
    >Software Engineer
    >Microsoft MVP - Windows Client
    >Windows XP Associate Expert
    >--
    >More people read the newsgroups than read my email.
    >Reply to the newsgroup for a faster response.
    >(Control-G using Outlook Express)
    >--
    >
    >"John" <anonymous@discussions.microsoft.com> wrote in
    message
    >news:00a401c3be87$3976df60$a501280a@phx.gbl...
    >> Sorry for the newbie questions but after looking over
    >> this and other newsgroups I haven't come across the
    >> answers:
    >>
    >> I'm trying to determine how I got a User ID = ASPNET
    with
    >> "user" privilages on my Win2K desktop. What it's there
    >> for and what would happen if I deleted or disabled the
    >> account. Can anyone point me to some direct reading
    >> material on this - or provide a simple answer? As you
    can
    >> see from the questions, I'm fairly new to this subject.
    >
    >
    >.
    >
    John Guest

  5. #4

    Default Re: ASPNET User ID - Newbie ?'s, apologies

    What more are you interested in knowing? It's a standard Windows user
    account, with limited privileges that will let it run ASP.NET sites and not
    much else. While it does have some rights (because ASP.NET requires some)
    it's definitely not admin, and it doesn't have a blank password. It's a
    system generated password as well. I don't consider it a security hole, but
    anything you aren't using can clearly be disabled. I don't believe it even
    installs if IIS is not present (although I can't verify this, because I
    don't have any boxes without IIS on them), and IIS is much more of a threat
    surface than a user account with limited privileges and a strong password
    is.

    --
    Chris Jackson
    Software Engineer
    Microsoft MVP - Windows Client
    Windows XP Associate Expert
    --
    More people read the newsgroups than read my email.
    Reply to the newsgroup for a faster response.
    (Control-G using Outlook Express)
    --

    "John" <anonymous@discussions.microsoft.com> wrote in message
    news:1064e01c3be8c$6addde50$a601280a@phx.gbl...
    > Chris, Thanks for your speedy and helpful reply. My
    > concern as a 'Info Security' guy is that someone could make
    > use of a 'standard' ID for purposes other than I might
    > intend - OR might use such an ID as an opening point in a
    > scripted exploit that I might be able to avoid if I
    > actually knew what the heck I was looking at re this ID.
    > From your response, it looks as though I'm not going to
    > have any problems if I disable the account, so I think
    > that's my best tactic for the moment. I would still like
    > to know a little more about this...any recommended info
    > sites or reading? Again, thanks for your input. John
    >
    > >-----Original Message-----
    > >The ASPNET account is the user account that is set up for
    > ASP.NET to run
    > >under. It runs under its own account so that this account
    > can be
    > >specifically granted a limited set of privileges - just
    > enough to run
    > >ASP.NET applications, and no more. If you are not doing
    > ASP.NET web
    > >development, then this account isn't doing anything useful
    > for you, nor is
    > >it harming you.
    > >
    > >--
    > >Chris Jackson
    > >Software Engineer
    > >Microsoft MVP - Windows Client
    > >Windows XP Associate Expert
    > >--
    > >More people read the newsgroups than read my email.
    > >Reply to the newsgroup for a faster response.
    > >(Control-G using Outlook Express)
    > >--
    > >
    > >"John" <anonymous@discussions.microsoft.com> wrote in
    > message
    > >news:00a401c3be87$3976df60$a501280a@phx.gbl...
    > >> Sorry for the newbie questions but after looking over
    > >> this and other newsgroups I haven't come across the
    > >> answers:
    > >>
    > >> I'm trying to determine how I got a User ID = ASPNET
    > with
    > >> "user" privilages on my Win2K desktop. What it's there
    > >> for and what would happen if I deleted or disabled the
    > >> account. Can anyone point me to some direct reading
    > >> material on this - or provide a simple answer? As you
    > can
    > >> see from the questions, I'm fairly new to this subject.
    > >
    > >
    > >.
    > >

    Chris Jackson Guest

  6. #5

    Default Re: ASPNET User ID - Newbie ?'s, apologies

    Take a look at the following article for more info:

    317012 INFO: Process and Request Identity in ASP.NET
    [url]http://kb/article.asp?id=Q317012[/url]

    This posting is provided "AS IS" with no warranties, and confers no rights.

    Holly Mazerolle Guest

  7. #6

    Default Re: ASPNET User ID - Newbie ?'s, apologies

    Or, if you don't happen to be on the Microsoft LAN, you might try this link:

    [url]http://support.microsoft.com/default.aspx?scid=kb;[/url][LN];317012

    ;-)

    --
    Chris Jackson
    Software Engineer
    Microsoft MVP - Windows Client
    Windows XP Associate Expert
    --
    More people read the newsgroups than read my email.
    Reply to the newsgroup for a faster response.
    (Control-G using Outlook Express)
    --

    "Holly Mazerolle" <hollymamsft@online.microsoft.com> wrote in message
    news:4yYcAUzvDHA.3860@cpmsftngxa07.phx.gbl...
    > Take a look at the following article for more info:
    >
    > 317012 INFO: Process and Request Identity in ASP.NET
    > [url]http://kb/article.asp?id=Q317012[/url]
    >
    > This posting is provided "AS IS" with no warranties, and confers no
    rights.
    >

    Chris Jackson Guest

  8. #7

    Default Re: ASPNET User ID - Newbie ?'s, apologies

    Sorry about that here is the correct link. :-)

    317012 INFO: Process and Request Identity in ASP.NET
    [url]http://support.microsoft.com/?id=317012[/url]

    Holly Mazerolle Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139