Multiple choice technology

Why do you need IIS remote debugging ?

  1. Development server does not have IIS installed

  2. Development server and Build/Released/Hosting Server is different

  3. Multiple user want to debug simultaneously

  4. All of the above

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

Remote debugging is needed when: the development machine lacks IIS, the build/hosting server differs from the development environment, or multiple developers need to debug simultaneously. All these scenarios require attaching to a remote IIS process.