asp.net user account intalled without permission

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

  1. #1

    Default asp.net user account intalled without permission

    Hello:
    When I went to check my user accounts in the control
    panel, I discovered that a limited ASP.NET machine account
    was there. What does this mean? I did not set this up.
    thanks!
    Lori Guest

  2. Similar Questions and Discussions

    1. User ASPNET: Launch permission for COM objects set in VB code
      Hi Henry, Thank you for posting here. Regarding on the issue, I am finding proper resource to assist you and we will update as soon as posible. ...
    2. User ASPNET needs permission to write on CD
      Hi, how can I give the user ASPNET the permission to write files on CD (e.g. drive e:). Thanks in advance -- Best regards Henry
    3. Registry access permission doesn't obey impersonated user
      I have an asp.net application that impersonates a user. I did a test for reading a registry key and noticed that the app can read the key even...
    4. ASP.Net User Account
      Novice here. I just loaded Visual Basic.Net Standard 2003 and ended up with a new user account on my computer named "ASP.Net Machine A". If I am...
    5. Old Windows user account VS New windows user account ROUND 1
      Larissa; Her name is listed because her name was used when the profile was created. Create a new profile and copy the data to the new profile:...
  3. #2

    Default Re: asp.net user account intalled without permission

    This account is installed by the .NET Framework and is used by the ASP.NET
    worker process in order to the limit the security threats. This is a low
    priviledge account and is highly recommended to use such accounts for
    security reasons. If want to know more about this, I strongly suggest
    reading this PAG manual:
    [url]http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnnetsec/html/ThreatCounter.asp[/url]


    --
    Hernan de Lahitte - MSDE
    Lagash Systems S.A. - Buenos Aires, Argentina
    [url]http://www.lagash.com[/url]



    "Lori" <lorihali@yahoo.com> wrote in message
    news:02f501c3daf0$dde626c0$a601280a@phx.gbl...
    > Hello:
    > When I went to check my user accounts in the control
    > panel, I discovered that a limited ASP.NET machine account
    > was there. What does this mean? I did not set this up.
    > thanks!

    Hernan de Lahitte 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