Multiple choice technology

The command to recycle application pool ?

  1. appcmd recycle apppool /apppool.name:<application pool name>

  2. appcmd recycle apppool

  3. appcmd recycle apppool :<application pool name>

  4. appcmd recycle apppool /apppool:<application pool name>

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

The appcmd recycle apppool command requires the /apppool.name: switch followed by the application pool name to specify which pool to recycle. Option A shows the correct syntax with the proper switch format.