User accounts

  • Thread starter Thread starter Hman
  • Start date Start date
H

Hman

Is asp.net supposed to create a yuser account on my pc? I
ask because it has and I don't know how to access it or
hwat it's doing there?
 
Hi,

Thanks for posting to the newsgroup.

When you install ASP.NET, a user account is created, called "ASPNET". This
is the account that ASP.NET runs under. (The executable name is
ASPNET_WP.EXE.)

Hope this helps,
bliz

--
Jim Blizzard, MCSD .NET
http://snowstormlife.com/blog
Community Developer Evangelist
Microsoft

Your Potential. Our Passion.

This posting is provided as is, without warranty, and confers no rights.
 
But what does it do?
-----Original Message-----
Hi,

Thanks for posting to the newsgroup.

When you install ASP.NET, a user account is created, called "ASPNET". This
is the account that ASP.NET runs under. (The executable name is
ASPNET_WP.EXE.)

Hope this helps,
bliz

--
Jim Blizzard, MCSD .NET
http://snowstormlife.com/blog
Community Developer Evangelist
Microsoft

Your Potential. Our Passion.

This posting is provided as is, without warranty, and confers no rights.




.
 
When you hit a web site and instance of ASPNET_WP.EXE (The ASP.NET worker
process) i screated and has access to the system using that user name. It is
what enables CAS (Code Access Security) for the web applications.
 
Hi,

You could use impersonation. Take a look at
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpguide/htm
l/cpconaspnetimpersonation.asp

(Watch out for line breaks in the URL)

Hope this helps!

--
Jim Blizzard, MCSD .NET
Community Developer Evangelist | www.microsoft.com/communities
--------------------------------------------------------------------
This reply is provided AS IS, without warranty (express or implied).


--------------------
Content-Class: urn:content-classes:message
From: "d_grantham" <[email protected]>
Sender: "d_grantham" <[email protected]>
References: <[email protected]>
<[email protected]>
 
Back
Top