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

Windows 2003 server and the aspnet_wp.exe process

I don't currently have an installation of Windows 2003 server, or I could
answer this myself.
After having a client install ASP.NET on Windows 2003, I then tried to find
the aspnet_wp.exe process but he claims it's not here. Now at first I
didn't beleive him, however, I wondered if now that Asp.Net is integrated
into IIS in WIndows 2003, is there a separate process?
In the end, what I want to find out is, on a default installation of ASP.NET
on Windows 2003 Server, what is the name of the user that is executing the
asp.net code? I want to be able to grant permissions, etc. using that user
account? Is it just System? Does an ASPNET user exist in WIndows 2003?

Any help would be appreciated. Thanks,
-Cliff

Nov 18 '05 #1
7 1847
By default: ASPNET is the user account.

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
I get paid good money to
solve puzzles for a living

"Cliff Harris" <he***@myrealbox.com> wrote in message
news:Ob**************@TK2MSFTNGP14.phx.gbl...
I don't currently have an installation of Windows 2003 server, or I could
answer this myself.
After having a client install ASP.NET on Windows 2003, I then tried to find the aspnet_wp.exe process but he claims it's not here. Now at first I
didn't beleive him, however, I wondered if now that Asp.Net is integrated
into IIS in WIndows 2003, is there a separate process?
In the end, what I want to find out is, on a default installation of ASP.NET on Windows 2003 Server, what is the name of the user that is executing the
asp.net code? I want to be able to grant permissions, etc. using that user account? Is it just System? Does an ASPNET user exist in WIndows 2003?

Any help would be appreciated. Thanks,
-Cliff

Nov 18 '05 #2
Thanks for the info!
"Kevin Spencer" <ks******@takempis.com> wrote in message
news:OO**************@tk2msftngp13.phx.gbl...
By default: ASPNET is the user account.

--
HTH,
Kevin Spencer
.Net Developer
Microsoft MVP
I get paid good money to
solve puzzles for a living

"Cliff Harris" <he***@myrealbox.com> wrote in message
news:Ob**************@TK2MSFTNGP14.phx.gbl...
I don't currently have an installation of Windows 2003 server, or I could answer this myself.
After having a client install ASP.NET on Windows 2003, I then tried to

find
the aspnet_wp.exe process but he claims it's not here. Now at first I
didn't beleive him, however, I wondered if now that Asp.Net is integrated into IIS in WIndows 2003, is there a separate process?
In the end, what I want to find out is, on a default installation of

ASP.NET
on Windows 2003 Server, what is the name of the user that is executing the asp.net code? I want to be able to grant permissions, etc. using that

user
account? Is it just System? Does an ASPNET user exist in WIndows 2003?

Any help would be appreciated. Thanks,
-Cliff



Nov 18 '05 #3
Cliff Harris wrote:
I don't currently have an installation of Windows 2003 server, or I
could answer this myself.
After having a client install ASP.NET on Windows 2003, I then tried
to find the aspnet_wp.exe process but he claims it's not here. Now
at first I didn't beleive him, however, I wondered if now that
Asp.Net is integrated into IIS in WIndows 2003, is there a separate
process?
In the end, what I want to find out is, on a default installation of
ASP.NET on Windows 2003 Server, what is the name of the user that is
executing the asp.net code? I want to be able to grant permissions,
etc. using that user account? Is it just System? Does an ASPNET
user exist in WIndows 2003?


Cliff,
On Windows Server 2003 / IIS 6.0, the ASP.NET work process
is named "w3wp.exe". And the default worker process identity
is "NT AUTHORITY\NETWORK SERVICES".

The ASPNET local user account is still created but is not used
on Windows Server 2003.

To change the worker process identity on Windows Server 2003,
you must go into IIS 6.0 and Application Pool's Identity.
e.g. Edit the DefaultApplPool's Identity

Note modifing the machine.config's processModel userName
won't have any effect.

--

Thanks,
Carl Prothman
Microsoft ASP.NET MVP

Hire top-notch developers at
http://www.able-consulting.com
Nov 18 '05 #4
Sorry Kevin, but this round goes to Carl. After talking through it with the
client, I have detemined that the use is NETWORK SERVICE
(Carl, it's not plural though.. found that one out after trying for 30 mins
to figure out what my client was doing wrong)

Thanks,
-Cliff

"Carl Prothman [MVP]" <ca****@spamcop.net> wrote in message
news:Ok**************@TK2MSFTNGP09.phx.gbl...
Cliff Harris wrote:
I don't currently have an installation of Windows 2003 server, or I
could answer this myself.
After having a client install ASP.NET on Windows 2003, I then tried
to find the aspnet_wp.exe process but he claims it's not here. Now
at first I didn't beleive him, however, I wondered if now that
Asp.Net is integrated into IIS in WIndows 2003, is there a separate
process?
In the end, what I want to find out is, on a default installation of
ASP.NET on Windows 2003 Server, what is the name of the user that is
executing the asp.net code? I want to be able to grant permissions,
etc. using that user account? Is it just System? Does an ASPNET
user exist in WIndows 2003?


Cliff,
On Windows Server 2003 / IIS 6.0, the ASP.NET work process
is named "w3wp.exe". And the default worker process identity
is "NT AUTHORITY\NETWORK SERVICES".

The ASPNET local user account is still created but is not used
on Windows Server 2003.

To change the worker process identity on Windows Server 2003,
you must go into IIS 6.0 and Application Pool's Identity.
e.g. Edit the DefaultApplPool's Identity

Note modifing the machine.config's processModel userName
won't have any effect.

--

Thanks,
Carl Prothman
Microsoft ASP.NET MVP

Hire top-notch developers at
http://www.able-consulting.com


Nov 18 '05 #5
My apologies, Cliff. We use the System account, and I got lazy and just
looked it up under Local Users. :-P

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
I get paid good money to
solve puzzles for a living

"Cliff Harris" <he***@myrealbox.com> wrote in message
news:Op**************@tk2msftngp13.phx.gbl...
Sorry Kevin, but this round goes to Carl. After talking through it with the client, I have detemined that the use is NETWORK SERVICE
(Carl, it's not plural though.. found that one out after trying for 30 mins to figure out what my client was doing wrong)

Thanks,
-Cliff

"Carl Prothman [MVP]" <ca****@spamcop.net> wrote in message
news:Ok**************@TK2MSFTNGP09.phx.gbl...
Cliff Harris wrote:
I don't currently have an installation of Windows 2003 server, or I
could answer this myself.
After having a client install ASP.NET on Windows 2003, I then tried
to find the aspnet_wp.exe process but he claims it's not here. Now
at first I didn't beleive him, however, I wondered if now that
Asp.Net is integrated into IIS in WIndows 2003, is there a separate
process?
In the end, what I want to find out is, on a default installation of
ASP.NET on Windows 2003 Server, what is the name of the user that is
executing the asp.net code? I want to be able to grant permissions,
etc. using that user account? Is it just System? Does an ASPNET
user exist in WIndows 2003?


Cliff,
On Windows Server 2003 / IIS 6.0, the ASP.NET work process
is named "w3wp.exe". And the default worker process identity
is "NT AUTHORITY\NETWORK SERVICES".

The ASPNET local user account is still created but is not used
on Windows Server 2003.

To change the worker process identity on Windows Server 2003,
you must go into IIS 6.0 and Application Pool's Identity.
e.g. Edit the DefaultApplPool's Identity

Note modifing the machine.config's processModel userName
won't have any effect.

--

Thanks,
Carl Prothman
Microsoft ASP.NET MVP

Hire top-notch developers at
http://www.able-consulting.com


Nov 18 '05 #6
Correction (typo):

"NT AUTHORITY\NETWORK SERVICES"


"NT AUTHORITY\NETWORK SERVICE"

There is no "S" on SERVICE

--

Thanks,
Carl Prothman
Microsoft ASP.NET MVP

Nov 18 '05 #7
Cliff Harris wrote:
Sorry Kevin, but this round goes to Carl.
After talking through it with the client,
I have determined that the use is NETWORK SERVICE

Cliff,
Learning that one must go (by default) from ASPNET
to NETWORK SERVICE identity when moving from
Windows 2000 (with IIS 5.0) or XP (with IIS 5.1)
to Windows Server 2003 (with IIS 6.0), has tripped
a lot of folks up, even me... :-)

BTW if you do create a new identity for the ASP.NET
worker process, then make sure to add that new identity
to the local IIS_WPG (IIS Worker Process Group), in
addition to modifying the IIS 6.0 Application Pool's
Identity value.
(Carl, it's not plural though...


Right, sorry for the typo. I typed that in "by-hand" rather
than doing a "cut and paste". I've posted a correction.
Good catch.

--

Thanks,
Carl Prothman
Microsoft ASP.NET MVP

Nov 18 '05 #8

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

Similar topics

11
by: Wolfgang Kaml | last post by:
Hello All, I have been working on this for almost a week now and I haven't anything up my sleeves anymore that I could test in addition or change.... Since I am not sure, if this is a Windows...
2
by: Ken Lindner | last post by:
I have a need to become familiar with SQL Server 2000 for work. Needless to say I am new to SQL Server any version, but not IT in general. My employer has provided me with the SQL Server 2000...
1
by: Cliff Harris | last post by:
I don't currently have an installation of Windows 2003 server, or I could answer this myself. After having a client install ASP.NET on Windows 2003, I then tried to find the aspnet_wp.exe process...
0
by: Jose Lopes Moreira | last post by:
I am deploying an application on a Windows 2003 server. This application needs to write files to a folder. On IIS 5 this worked fine by granting permissions to the ASPNET user. The aspnet_wp.exe...
1
by: RedEagle | last post by:
Hi all, I have the following problem with ASP.NET running on Windows 2003. My configuration is: 1) Windows 2003 Server Standard 2) ASP.NET running in IIS5 Isolation mode (aspnet_wp.exe is alive...
2
by: Jared Hagel | last post by:
I've searched the web for a solution to this problem. Surprisingly, no problem/solution has been posted yet. We can read application configuration information fine when our asp.net application...
0
by: CESAR DE LA TORRE [MVP] | last post by:
I am using WSE 3.0 with Visual Studio 2005, specifically I'm using Kerberos authentication and passing Kerberos ticket from Presentation Tier (VSTO.2005 client) to Server Tier through our Web...
0
by: batista | last post by:
Hello, I have a web service that i created in IIS 5.1,on windows xp. it has a method "stopservice" in which im stopping the aspnet_wp.exe,to clean all resources.And im using a boolean set to...
17
by: Jon B | last post by:
Hi All! I have a ASP.NET 2.0 site that works on the Windows 2000 Server. However, when I tried to view this site on my local Windows XP machine, I get "Server Unavailable". If I switch the...
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: 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...
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
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
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
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

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.