Why is there an ASP.NET account on my machine?

Last post 10-21-2009 5:47 AM by Matt Franks. 14 replies.

Sort Posts:

  • Why is there an ASP.NET account on my machine?

    11-29-2004, 9:28 AM
    • Participant
      1,057 point Participant
    • RHoward
    • Member since 06-08-2002, 4:54 PM
    • Dallas, TX
    • Posts 204
    • ASPInsiders
    When you installed updates or new software on your computer, you installed the Microsoft .NET Framework 1.1, which contains a common runtime application that may be required by applications you’re running. During this installation, an account named ASP.NET is created. If your computer previously displayed your desktop immediately after starting, you may notice a ‘Welcome’ screen when you start the computer with your existing user account and the ASP.NET account. This happened because there are now two accounts on your computer.

    The account does not allow remote or interactive login and only has "guest" level permissions. Therefore, it cannot be used by another individual or by Microsoft to log in to your machine.

    If you’re just using your computer for personal use (i.e. if you’re not a software developer who needs develop and test software with Internet Information Services (IIS)) you can safely remove this account in one of the following ways:

    1) Delete the account, leaving the .NET Framework installed:
    • Launch the Computer Management tool within your Administrative Tools folder (under Control Panel)
    • Select the Local Users and Groups node
    • Click the Users sub node, highlighting the ASPNET account
    • Right click the highlighted account and choose delete

    2) Uninstall the .NET Framework (note: this will cause applications using .NET Framework to stop working):
    • Open the Control Panel
    • Open Add/Remove Programs
    • Select Microsoft .NET Framework 1.1
    • Click Change/Remove

    Either of these approaches will completely remove the account from your system.

    More information about this problem is available on Microsoft’s website at http://support.microsoft.com/default.aspx?scid=kb;en-us;827072
    » telligent
    Creators of Community Server (powering this site)
  • Re: Why is there an ASP.NET account on my machine?

    12-16-2005, 4:57 PM
    • Member
      5 point Member
    • t4clam
    • Member since 12-16-2005, 6:15 PM
    • Posts 1

    I'm having a similar problem as describe in your section regarding the asp.net account appearing in my "welcome" screen. My particular problem is that in the welcome screen, it request that I enter a password to access my own account.  I have never set any password prior to this problem.  Windows will not launch if I am not able to provide the right password.  I have no idea what the password is.  Please help.  Thanks. 

     

    Trung Lam

    email: t4clam@hotmail.com

    12/16/05

  • Re: Why is there an ASP.NET account on my machine?

    12-17-2005, 9:31 PM
    • All-Star
      41,145 point All-Star
    • tmorton
    • Member since 08-06-2002, 9:37 PM
    • SE Pennsylvania, USA
    • Posts 6,822
    • ASPInsiders
      Moderator
    t4clam wrote:

    Windows will not launch if I am not able to provide the right password.  I have no idea what the password is.


    Have you tried simply leaving the password empty?
    Terri Morton
    Engagement Manager, Neudesic
  • Re: Why is there an ASP.NET account on my machine?

    12-18-2005, 3:48 PM
    • Contributor
      2,498 point Contributor
    • Blake05
    • Member since 12-02-2005, 11:22 PM
    • Wisconsin
    • Posts 501
    If its a form, and you have to type user/password Try using the administrator account. :)
  • Re: Why is there an ASP.NET account on my machine?

    09-09-2008, 11:33 AM
    • Member
      2 point Member
    • Jester20
    • Member since 09-09-2008, 3:27 PM
    • Posts 1

    With the direction listed above; In the "computer managment tool" I do not have a "local user and group node". 

    Can I just delete the accont from the 'manage user account" without interferring with the applications?  When I select delete account, I'm asked "do you want to delete all folders".   

    Thanks

  • Re: Why is there an ASP.NET account on my machine?

    09-29-2008, 6:26 AM

    Thanks for the reply. It was quite usefull for me also.

     

     

    ___________________________ 

    promotional items Tail Lights perfume store Sexual Predator List 

  • Re: Why is there an ASP.NET account on my machine?

    09-30-2008, 7:05 PM
    • Member
      4 point Member
    • AKADUFFY
    • Member since 09-25-2008, 12:50 AM
    • Posts 5

     SAME HERE - I CAN'T MAKE ANYONE UNDERSTAND THAT WITHOUT THE PASSWORD YOU CAN NOT DO ANYTHING. DELL WANTED ME TO GET A BACKUP DRIVE SO I COULD SAVE FILES AND PROGRAMS AND THEN REINSTALL SYSTEM - ALL WOULD BE FINE.   NOT SO AS I HAVE EXPLAINED IF YOU DO NOT HAVE THE ADMIN. LEVEL - NO CHANGES.I TRIED TO INSTALL MY BACKUP DRIVE INFO AND OF COURSE CAN NOT BE DONE. I WILL POST FURTHER IF I GET THIS SOLVE. AKA 

  • Re: Why is there an ASP.NET account on my machine?

    09-30-2008, 7:18 PM
    • Member
      4 point Member
    • AKADUFFY
    • Member since 09-25-2008, 12:50 AM
    • Posts 5

     THANKS FOR THE INFO- HAVE HAD ONOTHER REPLY SIMILAR TO THIS. BUT MY ACTUAL PROBLEM TRYING TO GET RID OF THE PASSWORD REQUIREMENT OR DELETING THE ACCOUNT.   I HAVE YET TO HAVE THIS SOLVED FOR ME. PLEASE HELP. AKA

  • Re: Why is there an ASP.NET account on my machine?

    10-13-2008, 5:23 PM
    • Member
      6 point Member
    • tsophia
    • Member since 10-13-2008, 9:16 PM
    • Posts 3

     You can delete the ASP .Net account. It's not needed unless you are doing active .Net development.

    Alternatively, you can install Microsoft's TweakUI and use it's Logon utility to specify what userid (and password) you want logged on automatically when XP boots.

    ----------------------------------------------

      promotional items Tail Lights cheap perfumes Sexual Predator List           

  • Re: Why is there an ASP.NET account on my machine?

    12-01-2008, 1:59 AM
    • Member
      40 point Member
    • lextm
    • Member since 10-22-2008, 4:18 AM
    • Shanghai, PRC
    • Posts 10

    Well, simply disable the account is enough to ensure you don't need to reinstall .NET framework again when you want to do some ASP.NET developmentSmile. ASPNET account is only used by aspnet_wp.exe in IIS 5 (or IIS 5 compatible mode for IIS 6). If you use IIS 6 and above where worker process name is w3wp.exe, you can disable ASPNET even if you do ASP.NET development.

    Lex Li
    Support Engineer at Microsoft
    ---------------------------
    This posting is provided "AS IS" with no warranties, and confers no rights.
  • Re: Why is there an ASP.NET account on my machine?

    02-21-2009, 5:27 PM
    • Member
      2 point Member
    • Beckyamac
    • Member since 02-21-2009, 9:50 PM
    • Posts 2

    Hi, did you ever sort this out? I am having the same problem!!

  • Re: Why is there an ASP.NET account on my machine?

    03-24-2009, 3:37 AM
    • Member
      2 point Member
    • rogue20
    • Member since 03-24-2009, 7:28 AM
    • Posts 1

    Yes it is easily solved, it's the way the NET Framework 1.1 and the service pack was downloaded and installed, don't delete the account, simple solution:

    Re-download the NET Framework service pack 1.1 again from microsoft, click run, it will say you have it installed already, do you wish to re-install it it, click yes.

    After a few seconds it's done, re-check your user accounts and the ASP.NET user account will no longer be there.

  • Re: Why is there an ASP.NET account on my machine?

    06-23-2009, 10:06 AM
    • Member
      172 point Member
    • blbirajdar02
    • Member since 02-25-2008, 7:32 AM
    • Posts 68

     This account is used by default by the asp.net engine to run the website on your local computer.

    Balaji Birajdar
    Pune, India
  • Re: Why is there an ASP.NET account on my machine?

    10-06-2009, 7:29 AM
    • Member
      2 point Member
    • keithtb
    • Member since 10-06-2009, 11:22 AM
    • Posts 1

    Some pretty handy solutions above for this. Is there an asp.net manual as there is with php?

  • Re: Why is there an ASP.NET account on my machine?

    10-21-2009, 5:47 AM
    • Member
      4 point Member
    • Matt Franks
    • Member since 10-21-2009, 9:09 AM
    • Posts 2

    The TweakUI option sorted it for me thanks  :)


Page 1 of 1 (15 items)