Multiple choice technology

Identify the Execution Permission available in IIS 6.0

  1. None

  2. Scripts Only

  3. Scripts and Executable

  4. Read Only

Reveal answer Fill a bubble to check yourself
A,B,C Correct answer
Explanation

IIS 6.0 offers three execution permission levels for virtual directories: 'None' (no script execution, only static files), 'Scripts Only' (allows scripts like ASP and CGI but not binaries), and 'Scripts and Executables' (allows all types including EXE and DLL files). 'Read Only' is not an execution permission - it's a separate access permission that controls whether users can view file content. These execution permissions are set in IIS Manager through the Virtual Directory properties.