Multiple choice technology

What command line used in IIS 7.0 to recycle the application pool from the command prompt ?

  1. appcmd.exe

  2. iisreset.exe

  3. inetmgr.exe

  4. Not Possible to recycle the App Pool

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

appcmd.exe is the IIS 7.0 command-line tool for managing application pools. The correct syntax is 'appcmd recycle apppool "AppPoolName"' to recycle a specific pool. iisreset.exe restarts the entire IIS service rather than individual app pools.