Ask a Question related to ASP.NET Security, Design and Development.
-
Ajay Choudhary #1
Worker Process Account for ASP.NET
Hi,
I am trying to figure out the default Worker Process Account for ASP.NET
Worker Process.
Following is my list -
IIS 5.0 on Windows 2000 - ASPNET
IIS 5.0 on Windows 2000 with Domain Contoller - IWAM_<machine name>
IIS 5.1 on Windows XP - ASPNET
IIS 6.0 with worker proccess isolation mode on Windows 2003 - NETWORK
SERVICE
IIS 6.0 with IIS5.0 isolation mode on Windows 2003 - ASPNET
Is the above list correct? Is there any MSDN document that documents this.
Thanks in advance for your feedback.
Ajay Choudhary
Ajay Choudhary Guest
-
#38111 [Com]: PHP crashes IIS worker process and application pool
ID: 38111 Comment by: wimvm1 at gmail dot com Reported By: svendavidh at hotmail dot com Status: No Feedback... -
worker process aspnet_wp.exe identity
If the woker process is configured to be run under username="machine" in machine.config and impersonate=true under web.config, will the impersonated... -
Worker Process Timeout Woes
Hi, all. I am getting the following entry in the Event Log once or twice a day: "A worker process with process id of '2496' serving application... -
Two Worker Process running at once
I have been having a problem where two aspnet_wp are starting when I view a web page I made. This has just started happening. If anyone has had a... -
ASP.NET worker process size keeps growing.
It seems that asp.net worker process keeps growing and it slows the web server down. Does anybody have an idea what could trigger this kind of... -
Brock Allen #2
Re: Worker Process Account for ASP.NET
Under Windows 2000 and WinXP the worker process runs as the local ASPNET
account. This can be configured in machine.config by changing username/password:
[url]http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpgenref/html/gngrfProcessmodelSection.asp[/url]
Windows 2003 uses the identity as configured in IIS, and by default this
is the local Network Service account. This can be changed by selecting the
AppPool that your application is configured for and selecting the Identity
Tab and choosing a user there.
-Brock
DevelopMentor
[url]http://staff.develop.com/ballen[/url]
> Hi,
>
> I am trying to figure out the default Worker Process Account for
> ASP.NET
> Worker Process.
> Following is my list -
> IIS 5.0 on Windows 2000 - ASPNET
> IIS 5.0 on Windows 2000 with Domain Contoller - IWAM_<machine name>
>
> IIS 5.1 on Windows XP - ASPNET
>
> IIS 6.0 with worker proccess isolation mode on Windows 2003 - NETWORK
> SERVICE
> IIS 6.0 with IIS5.0 isolation mode on Windows 2003 -
> ASPNET
> Is the above list correct? Is there any MSDN document that documents
> this.
>
> Thanks in advance for your feedback.
> Ajay Choudhary
Brock Allen Guest



Reply With Quote

