What is ASP.NET

  • Thread starter Thread starter no_name
  • Start date Start date
N

no_name

And why would it have a "user account" on my computer?

Doing some first of the year cleanup, and noticed this. Don't like the
idea of there being an account on my computer I don't know about.

Could this have been installed with my new video card's software (Radeon
9250)?
 
Yeah, I noticed that too. You will also see, if you run websites (IIS6
anyway) that you have a new website directory named aspnet_client. This came
about with the MS update of .NET Framework (optional software update within
MS auto-update website). See below...

-Frank
---------------
Microsoft .NET Framework 2.0: x86 (KB829019)
The .NET Framework version 2.0 improves scalability and performance with
improved caching, application deployment and updating with ClickOnce, and
support for the broadest array of browsers and devices with ASP.NET 2.0
controls and services. After you install this update, you may have to
restart your computer.
How to Uninstall
This software update can be removed via Add or Remove Programs in Control
Panel.
 
| And why would it have a "user account" on my computer?
|
| Doing some first of the year cleanup, and noticed this. Don't like the
| idea of there being an account on my computer I don't know about.
|
| Could this have been installed with my new video card's software (Radeon
| 9250)?

What is the ASP.NET Machine Account?

http://www.mvps.org/marksxp/WindowsXP/aspdot.php


--
Doug

I'm not an MVP a VIP nor do I have ESP.
I was just trying to help.
Please use your own best judgment before implementing any suggestions or
advice herein.
No warranty is expressed or implied.
Your mileage may vary.
See store for details. :)

Remove shoes to E-mail.
http://spaces.msn.com/members/hillbillybuddhist/
 
HillBillyBuddhist said:
| And why would it have a "user account" on my computer?
|
| Doing some first of the year cleanup, and noticed this. Don't like the
| idea of there being an account on my computer I don't know about.
|
| Could this have been installed with my new video card's software (Radeon
| 9250)?

What is the ASP.NET Machine Account?

http://www.mvps.org/marksxp/WindowsXP/aspdot.php

Ok, so if I don't do web development, it's not going to hurt for me to
disable this account? I think this may have been created along with the
video card install, since as soon as I rebooted after installing the
card software, I started getting a login screen I don't want.
 
no_name said:
Ok, so if I don't do web development, it's not going to hurt for me to
disable this account? I think this may have been created along with the
video card install, since as soon as I rebooted after installing the card
software, I started getting a login screen I don't want.

Perhaps your video card software required .NET Framework. Programs that
require .NET to function will frequently check your computer and install
..NET if you do not have it installed. Of course, all the programs that I
have seen that do so, also tell you in their installation instructions that
is what will happen.

Don
 
that account was made when you installed the .NET Framework. It's a very
low privledge level account, you don't really need to remove it or disable
it. it may be needed by some .NET applications (tho I've never seen one
that did). Don't worry too much about it...
 
I ended up with the same asp.net account in my user account...the only clue i
have is that i installed a brand new Hewlett Packard scanner....but i don't
see the connection between the scanner and the new user account.
 
Marlon said:
I ended up with the same asp.net account in my user account...the only clue i
have is that i installed a brand new Hewlett Packard scanner....but i don't
see the connection between the scanner and the new user account.

That account is created when the .Net framework software is installed.
That account doesn't do any harm, but if you don't do any development
work you can delete it with no ill effects.
 
Rock said:
That account is created when the .Net framework software is installed.
That account doesn't do any harm, but if you don't do any development
work you can delete it with no ill effects.

--
Rock
MS MVP Windows - Shell/User

We recently noticed an ASP.Net account after installing a new HP3210 printer. We also noticed user accounts requiring passwords upon starting the computer when none were required before. The ASP.Net account does not display upon starting the computer it is only found by hitting Start, Control Panel and User Accounts. I'd like to delete the ASP.Net account but not sure what might be affected.
 
Back
Top