There is only one "Default" domain and several you own custom domains.
I don't remember if the number of that custom domains is limited - the
amount of you memmory is a limitation
I have a question which I just got asked in an interview. How many app
domains can a c# service have?
When a Service starts, it runs in a single AppDomain just as any other .NET
executable (or an ASP.NET app as well).
However, a service, just like other app types, can create new AppDomains.
So theorectically, the answer would be "a service can create as many
appDomains as the environment (memory, threads, etc.) will permit.
Peter
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.