ASP.Net als Benutzer?

  • Themenstarter Themenstarter captstulle
  • Beginndatum Beginndatum
C

captstulle

Guest
Ich habe gerade meine Benutzerkonten angeschaut und da ist ein neues Konto erstellt worden!
"ASP.Net Machine A..." nennt sich das Konto, ist ein eingeschränkter Benutzer und hat kein Kennwort.
ASP.Net ist von Microsoft und hat auch eine eigene Web-site.
Auf meinem Anmeldebildschirm finde ich dieses Konto allerdings nicht, nur in den Einstellungen für Benutzerkonten.

Frage: Warum wurde dieses Konto angelegt, wozu dient das, kann ich es löschen, ist es wirklich von Microsoft?
 
ja es ist von microsoft. das kannst du schon daran erkennen das da ".net" hintersteht. hast du vieleicht in letzter zeit dir ein net-passowort zugelegt? sowas geht zum beispiel, beim msn messanger, ehe man sich versieht, hat man sich son ding beschafft. ist nix schlimmes, ist einfach nur nen support dienst von microsoft... du kannst es also ruhig löschen.
 
kein grund zur sorge
dieses konto wird angelegt wenn man das .NET framework installiert

What is this new user account for? What created it?

The aspnet_wp or ASP.NET Machine Account is created when the Microsoft .Net Framework 1.1 is installed onto a Windows XP computer. The user is created for the asp.net worker process used in Microsoft's Internet Information Services to fully support ASP.net on your web server (This is pretty much its only use, it is not used to run normal .net managed executables) . There is not a need to worry about this users presence, it was not created in malicious way. ASP.net is a programming framework built on the common language runtime (Microsoft .net framework) that can be used on a server to build powerful Web applications. For more information on ASP.net see here

Why does it need another User Account?

Another user account is created for the ASP. Net Worker Process (Aspnet_wp.exe) so that it is not running with administrator privileges. This helps to increase security because if there was a breach the worker process is running as a lowly restricted user rather than having administrator privileges on the local machine. The big complaint with there being another user created is that when it is created it will prevent auto logon if there had previously only been one user on the computer. To correct this see here.

Can I delete it?

You can remove this account, but it is vital if you do asp.net development work on your machine. By removing the account you may find some of your projects will no longer function correctly. It is possible to recreate the user by issuing the following command from the run dialog (changing the framework version number as appropriate) %systemroot%\Microsoft.NET\Framework\v1.1.4322\aspnet_regiis.exe /i
 
Zurück
Oben