Groups | Blog | Home
all groups > dotnet faqs > september 2004 >

dotnet faqs : Worker process


Sahil Malik
9/24/2004 4:07:33 PM
By default the logged in user, though that is changeable programatically, or
declaratively (attributes) or administratively (RunAs utility).

HTH

- Sahil Malik
You can reach me thru my blog at
http://www.dotnetjunkies.com/weblog/sahilmalik



[quoted text, click to view]

Purvi T
9/24/2004 6:02:34 PM
Hi,

In ASP.NET all appDomains are created under ASPNET worker process. Is there
something similar to this in Windows application development?

Purvi

Jonathan Allen
9/24/2004 10:01:06 PM
Normally each program gets its own OS process. You can create additional
AppDomains within that process, though I've never seen a reason to do so.

--
Jonathan Allen


[quoted text, click to view]

AddThis Social Bookmark Button