Posted on 12/24/2005 2:00:30 AM PST by SWAMPSNIPER
I recently had my computer pretty much overhauled, new motherboard, etc. It came home with XP loaded, SP2 as well. There is an password protected account named ASP.NET on there, I never noticed it when I installed the OS myself. Did someone set themself up with access?
I'm not absolutely certain but generally accounts have to be set up. I don't have SP2 in so it may be a 'feature' of SP2. Have a talk with the people who overhauled your computer.
November 7, 2005 - Microsoft officially launched Visual Studio 2005 and Visual Web Developer 2005 Express Edition today. Visual Web Developer Express is a lightweight, easy-to-use and easy-to-learn development tool focused exclusively on Web development. Inside, you will find everything you need to begin building exciting, dynamic Web applications with ASP.NET 2.0.
» Learn more
Will do, I hate having an account I don't know the password for. I've reinstalled the OS 3 or 4 times, myself, never noticed this before.
Tell ya what, there is no other forum on Earth where you can get a faster response, thanks much, and MERRY CHRISTMAS!
BTW. If you have administrator rights you can delete that account without knowing the password. If you don't understand that tip, don't do it. Get a computer-savvy friend to do it for you.
Open up the Microsoft Management Console (i.e. "Computer Management") under Administrative Tools in Control Panel and you will find a number of user accounts that are used for internal purposes. The ASPNET account is for running the "ASP.Net worker process" and you likely have it if you have installed IIS (Microsoft's web server) on your XP system. Generally only developers do this, but some application you have installed might conceivably do it. Have you installed any Microsoft centric Web development tools?
It's a little difficult to install IIS without knowing it, but if you want to see what is going on at your website, try putting http://localhost/ in your browser. That's the home page of the web site on your machine.
P.S.:
If you want to uninstall IIS (not a problem if you don't develop web sites for a hobby or a living), then follow the steps below:
1) Click on the "Start" button and then click "My Computer". This will bring up a new window.
2) Click on "Control Panel" under the "Other Places" section. This will again bring up a new window.
3) Double click on the "Add or Remove Programs" icon.
4) Click the icon on the left that says: "Add/Remove Windows Components".
5) Scroll down to "Internet Information Services (IIS)" and deselect the checkbox.
6) Click "Next". This will uninstall IIS from your computer.
Once this is all finished then you will be good to go and not have to worry about ASP.NET.
Disclaimer: Opinions posted on Free Republic are those of the individual posters and do not necessarily represent the opinion of Free Republic or its management. All materials posted herein are protected by copyright law and the exemption for fair use of copyrighted works.