473,385 Members | 1,693 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

User accounts

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?
Jul 21 '05 #1
4 3523
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.

"Hman" <ha*********@verizon.net> wrote in message
news:00****************************@phx.gbl...
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?

Jul 21 '05 #2
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". Thisis the account that ASP.NET runs under. (The executable name isASPNET_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.
"Hman" <ha*********@verizon.net> wrote in message
news:00****************************@phx.gbl...
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?

.

Jul 21 '05 #3
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.

"Hman" <ha*********@verizon.net> wrote in message
news:08****************************@phx.gbl...
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.

"Hman" <ha*********@verizon.net> wrote in message
news:00****************************@phx.gbl...
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?

.

Jul 21 '05 #4
Hi,

You could use impersonation. Take a look at
http://msdn.microsoft.com/library/de...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" <gr******@bellsouth.net>
Sender: "d_grantham" <gr******@bellsouth.net>
References: <00****************************@phx.gbl> <3D********************@comcast.com>
<08****************************@phx.gbl>
<el**************@TK2MSFTNGP10.phx.gbl>Subject: Re: User accounts
Date: Wed, 24 Sep 2003 13:14:04 -0700

in using the Streamwriter object, the system is attempting
to authenticate as this account or the user account in
order to write the file????

I'm trying to get this to write to a client resource, but
the system is trying to authenticate to the server
resource and I don't know what account it is using or how
to redirect the write to see the client resources.

Any clues???

-----Original Message-----
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.

"Hman" <ha*********@verizon.net> wrote in message
news:08****************************@phx.gbl...
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. (Theexecutable 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.
>
>"Hman" <ha*********@verizon.net> wrote in message
>news:00****************************@phx.gbl...
>> Is asp.net supposed to create a yuser account on mypc? I >> ask because it has and I don't know how to access itor >> hwat it's doing there?
>
>
>.
>

.


Jul 21 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
by: MLH | last post by:
I was running the following code while logged in as a user belonging only to the Users group. Set usrNew = .CreateUser(Me!UserID) 'The user ID is in a control on the form usrNew.PID =...
1
by: David Quinn | last post by:
Hello everyone, Can anyone explain the use of the two system accounts created when you install Visual Studio.NET and possibly help me with a SQL connection problem? I'm currently having some...
3
by: Dave | last post by:
If I have a name of a User Control in my project, how can I set an Object to that User Control? ie; I have a User Control, called "Accounts" in my project I tried the following code ...
9
by: webrod | last post by:
Hi all, how can I check a user/password in a LDAP ? I don't want to connect with this user, I would like to connect to LDAP with a ADMIN_LOG/ADMIN_PWD, then do a query to find the user and...
1
by: =?Utf-8?B?SnVsaWE=?= | last post by:
i cannot delete some user accounts on my laptop. i am the computer administrator and these accounts im trying to delete are limited accounts. i select delete account in the user accounts and it...
2
by: =?Utf-8?B?am1hZ2FyYW0=?= | last post by:
I'm trying to get a list of user accounts on the local computer - the same list you see when you are about to log in to Windows XP or Vista. This needs to work on a home computer (not connected to...
1
by: Michael Howes | last post by:
I would think this would be very, very easy but in the 50 searches I've done I haven't found anything. If our application requires login and that user/password be a local windows account or more...
1
patjones
by: patjones | last post by:
Good Evening: So, I wanted to learn a little about user accounts, because on of my databases has been put on a network drive, and I have a need to know who is entering what data into the...
3
by: shapper | last post by:
Hello, On my web site I have a property, Visitor, which is available for Anonymous users: public class Visitor { public CultureInfo Culture { get; set; } public List<GuidPolls { get; set;...
1
by: shaunhh | last post by:
Hi All, I am trying to use the user input in my form which is using a stored query. Here is the stored query: SELECT Accounts.balance, Accounts.transactionDate, ...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.