Multiple choice technology

What is the memory footprint of an application pool in IIS 7.0

  1. 3 MB private bytes, 5 MB page file

  2. 5 MB private bytes, 3 MB page file

  3. 0 private bytes, 8 MB page file

  4. Unlimited

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

In IIS 7.0, each application pool has a baseline memory footprint of approximately 3 MB of private bytes and 5 MB of page file usage. This is the minimum memory overhead for a worker process before the actual application code even starts executing. Options B and C swap or zero out values incorrectly, while D is incorrect because application pools have fixed overhead costs.