Jump to content

ASP.NET User Account


Irene
 Share

Recommended Posts

I just rebooted my PC and found that I didn't auto login. :0

When I checked the User Accounts in the Control Panel, there was a new account for ASP.NET.

Having done a Google search, it would appear to be something to do with Microsoft.Net Framework.

Blooming cheek installing that on my PC!!

It must have been in this morning's update. :unsure:

Do I really need these .net framework things? It doesn't feel very secure when this kind of thing can happen. :(

P.S. This may be in the wrong place. Moderators, please feel free to move it if you wish.

Link to comment
Share on other sites

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 to run the asp.net worker process used in Microsoft's Internet Information Services, which allows ASP.net to run on your local 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 user's presence; it was not created in malicious way.
...
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 your ASP.net 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

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

In other words, yes you can delete it unless you know why it's there. I recommend using the command:

%systemroot%\Microsoft.NET\Framework\v1.1.4322\aspnet_regiis.exe /i

and not just deleting the account outright.

Link to comment
Share on other sites

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

In other words, yes you can delete it unless you know why it's there. I recommend using the command:

%systemroot%\Microsoft.NET\Framework\v1.1.4322\aspnet_regiis.exe /i

and not just deleting the account outright.

Thanks, Scarecrow Man. :D

I have no idea why it is there.

The lack of auto login is what I object to.

Where do I type in the command? :unsure:

Link to comment
Share on other sites

I don't feel comfortable editing the registry. :(

Can I just copy and paste

%systemroot%\Microsoft.NET\Framework\v1.1.4322\aspnet_regiis.exe /i

into Start, Run?

Will that give me back my auto login? :unsure:

Link to comment
Share on other sites

.NET Framework does not install by itself; it is always an optional install.

Can you check Add/Remove Programs; what version(s) of .NET Framework you have installed?

Why did you install it; do you have any applications that need it? (The only public application I have on my computer is Filehippo's Update Checker, which requires .NET Framework 2.0).

Link to comment
Share on other sites

This is what my current installtions are...

.. There was also 3.0, but I uninstalled it yesterday.

The only instance of installation I vaguely recall, was when I installed Google Earth, which I subsequenly removed. I have a feeling that the .net was involved then. :unsure:

Link to comment
Share on other sites

No, Google Earth does not require .NET Framework (but it requires DirectX 9).

Applications that I have that require .NET Framework

  • Microsoft Time Zone (requires 1.1)
  • Filehippo Update checker (requires 2.0)
  • DELL Support Center version 2 (requires 2.0)

Applications that I used to have that required .NET Framework

  • WinToolsXP (requires 2.0)
  • RegscrubXP 4 (requires 2.0)

Link to comment
Share on other sites

Thanks very much, Pat. :)

Sorry, I removed the quote about doing research on what applications need .NET Framework - it is simply too time consuming. There should really be a central repository somewhere! :angry:

Most people I know have not the slightest idea if they need .NET Framework or not, and what version(s) they need.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy