What is the exact relationship, in IIS7 and ASP.Net, between :
- IIS Worker processes
- Threads
- AppDomains
- Applications
- incoming requests
I'm hoping for an answer in a format similar to :
"Each IIS worker process hosts many appdomains which each spawn a single thread in response to each request...." etc. , and any nuances mentioned.
Thanks in advance.