473,386 Members | 1,799 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,386 software developers and data experts.

Where does ASPNET come from?

Our windows 2003 server has a user named ASPNET and it is referenced in the
security logins on our SQL Server 2005 box (different server). is this
something .Net framework creates or did our network admin create for
accessing SQL 2005 databases on a different server? Any ideas? Thanks.

David
Aug 29 '07 #1
7 1357
"David C" <dl*****@lifetimeinc.comwrote in message
news:%2***************@TK2MSFTNGP06.phx.gbl...
is this something .Net framework creates
Yes - it's the default account with ASP.NET uses...

This account has very restricted privileges, hence the need to use
impersonation for certain activities e.g. querying ActiveDirectory etc...
--
Mark Rae
ASP.NET MVP
http://www.markrae.net

Aug 29 '07 #2
I went to one of our customers servers which is also Windows 2003 (is SBS)
and it had .Net 2.0 framework but there was no ASPNET account in Active
Directory like there is in ours. The response from Juan seems to differ
from yours. Thanks.

David
"Mark Rae [MVP]" <ma**@markNOSPAMrae.netwrote in message
news:%2****************@TK2MSFTNGP03.phx.gbl...
"David C" <dl*****@lifetimeinc.comwrote in message
news:%2***************@TK2MSFTNGP06.phx.gbl...
>is this something .Net framework creates

Yes - it's the default account with ASP.NET uses...

This account has very restricted privileges, hence the need to use
impersonation for certain activities e.g. querying ActiveDirectory etc...
--
Mark Rae
ASP.NET MVP
http://www.markrae.net

Aug 29 '07 #3
"David C" <dl*****@lifetimeinc.comwrote in message
news:Or**************@TK2MSFTNGP05.phx.gbl...
>I went to one of our customers servers which is also Windows 2003 (is SBS)
and it had .Net 2.0 framework but there was no ASPNET account in Active
Directory like there is in ours.
http://www.google.co.uk/search?sourc...ASPNET+account
--
Mark Rae
ASP.NET MVP
http://www.markrae.net

Aug 29 '07 #4
The default ASP.NET account is determined by the version of IIS used.

For IIS 5.0 and 5.1, the default ASP.NET account is the ASPNET account.

For IIS 6.0 the default ASP.NET account is the NT AUTHORITY\Network Service account.

Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
======================================
"David C" <dl*****@lifetimeinc.comwrote in message news:Or**************@TK2MSFTNGP05.phx.gbl...
>I went to one of our customers servers which is also Windows 2003 (is SBS) and it had .Net 2.0 framework but there was
no ASPNET account in Active Directory like there is in ours. The response from Juan seems to differ from yours.
Thanks.
David
"Mark Rae [MVP]" <ma**@markNOSPAMrae.netwrote in message news:%2****************@TK2MSFTNGP03.phx.gbl...
>"David C" <dl*****@lifetimeinc.comwrote in message news:%2***************@TK2MSFTNGP06.phx.gbl...
>>is this something .Net framework creates

Yes - it's the default account with ASP.NET uses...

This account has very restricted privileges, hence the need to use impersonation for certain activities e.g. querying
ActiveDirectory etc...
--
Mark Rae
ASP.NET MVP
http://www.markrae.net


Aug 30 '07 #5
"Juan T. Llibre" <no***********@nowhere.comwrote in message
news:%2****************@TK2MSFTNGP02.phx.gbl...
The default ASP.NET account is determined by the version of IIS used.

For IIS 5.0 and 5.1, the default ASP.NET account is the ASPNET account.

For IIS 6.0 the default ASP.NET account is the NT AUTHORITY\Network
Service account.
Apologies - you're quite correct - I didn't read the OP closely enough...
Win2k3s, having IIS6, would not by default have an ASPNET account...
--
Mark Rae
ASP.NET MVP
http://www.markrae.net

Aug 30 '07 #6
re:
!Apologies - you're quite correct - I didn't read the OP closely enough...

heh... Been there, done that.

We all, at some time, gloss over an OP's post and miss a detail.
In the last year only, I must have done that 3 or 4 times.

I take consolation from the fact that my gazillion other posts were on target.

Nobody is perfect...and nobody is expected to be perfect.
What's important is that our experience/knowledge help others.

An occasional flub is to be expected but what's important,
when we flub, is recognizing our mistakes and learning from them.

You have done so admirably with your response.

Carry on... Your assistance is much appreciated.
You have one of the finest programming minds I have ever encountered.


Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
======================================
"Mark Rae [MVP]" <ma**@markNOSPAMrae.netwrote in message news:uf**************@TK2MSFTNGP03.phx.gbl...
"Juan T. Llibre" <no***********@nowhere.comwrote in message news:%2****************@TK2MSFTNGP02.phx.gbl...
>The default ASP.NET account is determined by the version of IIS used.
>For IIS 5.0 and 5.1, the default ASP.NET account is the ASPNET account.
>For IIS 6.0 the default ASP.NET account is the NT AUTHORITY\Network Service account.
Apologies - you're quite correct - I didn't read the OP closely enough... Win2k3s, having IIS6, would not by default
have an ASPNET account...
>
--
Mark Rae
ASP.NET MVP
http://www.markrae.net

Aug 30 '07 #7
"Juan T. Llibre" <no***********@nowhere.comwrote in message
news:%2****************@TK2MSFTNGP06.phx.gbl...
I take consolation from the fact that my gazillion other posts were on
target.
Absolutely!
You have one of the finest programming minds I have ever encountered.
Bartender, gimme a pint of whatever that guy's drinking... ;-)
--
Mark Rae
ASP.NET MVP
http://www.markrae.net

Aug 30 '07 #8

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

Similar topics

2
by: george r smith | last post by:
Gentlemen, I know that this problem has happened before and I searched and tried all solutions but problem is not solved. I install asp.net community starter kit with some help from this...
7
by: JerryW | last post by:
I just reinstalled .NET 2003 (after repeated attempts to get ASP.NET Web Applications to work). I first did a complete uninstall of .NET 2003, .NET Framework 1.1, and IIS. I also completely deleted...
3
by: Doctor Who | last post by:
I am running a Windows 2003 Server w/Framework 1.1 loaded. We have built a ..NET 2003 app and it requires that ASPNET be assigned permissions to several folders and servcies. The ASPNET account...
2
by: PinoyDotnet | last post by:
I am just starting 2.0, so I have this In ASPNET 1.X there is a method called InitializeComponent() which clearly wires in the Page_Load method to the Load event, like this: private void...
10
by: Roy | last post by:
Judging from the sheer number of posts on this topic, I'm sensing this is a fairly common problem. Only problem is, I've tried just about every recommendation in all the posts I've found thus far...
3
by: Hans Merkl | last post by:
Hi, I am helping to build a web app that's pretty much a wrapper around a web service. The question now is how to store the handle of the web service object between requests. My client is using...
12
by: Nalaka | last post by:
Hi, I suddenly started getting a lot of errors from html validation (some CSS) so I followed the following instructions to disable it. If you'd rather not have these types of HTML validation...
5
by: dpomt | last post by:
When the ASP.NET menu is rendered on downlevel browers, the text "^ up one level" is displayed. Any ideas how I can change that text? I did not find a property for the menu control where I can...
2
by: rrossney | last post by:
Please look at the "what I've already done" section of this message before responding to it: I believe that I've done everything that the people who experience this error are typically told to do....
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: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

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.