Identify the Execution Permission available in IIS 6.0
-
None
-
Scripts Only
-
Scripts and Executable
-
Read Only
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.