User Account ?

  • Thread starter Thread starter Debbie
  • Start date Start date
D

Debbie

Hello,
I am very new to computing, and I have a question,
and I am hoping I dont sound stupid. I was checking the
section on user accounts on my computer, and there is one
on there that I dont understand or know what it is.
ASP.Net Machine A
Limited Account
Password Protected
Please if anyone knows or understands this would
you please let know. How do I get the information on this
account? Thank You!
 
Debbie;
ASP.Net Machine A is a result of the installation of .Net Framework
1.1

Reasons for need:
When you run an ASP.Net application on a WebServer, not necessarily on
your
local machine, that is the account the Web Server uses for
credentials/permissions.

ASP.NET is a programming framework built on the common language
runtime that
can be used on a server to build powerful Web applications. ASP.NET
offers
several important advantages over previous Web development models:
More
information here:
http://docs.aspng.com/quickstart/aspplus/doc/whatisaspx.aspx

The ASP.NET worker process (Aspnet_wp.exe) should run with a different
and
less privileged identity than the Windows default System identity.
This
allows the process to run as a relatively untrusted user so that
hosted Web
applications do not have administrative privileges and cannot
compromise the
integrity of the server. More information here:
http://tinyurl.com/aedb

Thanks to Kelly:
http://www.kellys-korner-xp.com/xp.htm
 
Back
Top