Can you help me thru these questions :
- Application Pool may contain multiple worker processes (w3wp.exe) ?
- Application Pool may contain multiple Asp.NET Applications ?
- Asp.NET assigns one ThreadPool per AppDomain ?
- One AppDomain only contain one Web Application Instance but Application can contain multiple AppDomains ?
Can you answer those questions ? and if you have more to add, please provide them as well.
Thanks in advance.
Edit : These questions are related to IIS 6x or higher, in which App Domains are available.
1) yes
2) yes, assuming they are all using the same .Net Framework version (can’t run 1.x and 2.0 apps in same app pool)
3) it’s supposed to be one per process.
4) yes