ASP.Net user problem

  • Thread starter Thread starter Ray
  • Start date Start date
R

Ray

I have been to 2 computers to fix shut dwon problems and both had ASP.net as
a new user.
Everytime they tried to log off they were told that another user was logged
on, this was ASP.net.
I just deleted the user to fix the problem. But why does it install itself
as a user?
Any suggestions?
 
I have been to 2 computers to fix shut dwon problems and both had ASP.net as
a new user.
Everytime they tried to log off they were told that another user was logged
on, this was ASP.net.
I just deleted the user to fix the problem. But why does it install itself
as a user?
Any suggestions?

Ray, the asp.net user account is a software account. Programs of the dotnet
flavor use it when they need to access the system resources. In other
words, it's a "machine" account. The problem isn't the account's presence
but in an application that's still running or one that's not releasing
properly. Sorry but I have no idea which program that would be but that's
where I would start looking (open programs, lingering processes, automatic
startup programs, etc) for troubleshooting purposes.
 
Back
Top