Which process serves static files in a IIS?
-
wpw3.exe
-
wpwc.exe
-
http.sys
-
ISAPI.exe
C
Correct answer
Explanation
http.sys is the kernel-mode HTTP protocol listener in IIS that handles static file serving. It operates at the kernel level for improved performance and security, handling HTTP requests before they reach the worker processes.