Multiple choice technology

IIS 7.0 allows us to create one Application Pool From Another Application Pool

  1. True

  2. False

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

IIS 7.0 and later versions support creating a new application pool by copying the configuration from an existing one. This can be done through the IIS Manager interface by right-clicking an existing app pool and selecting 'Add Application Pool' or by using appcmd.exe with template parameters.