The actual work process of ASP.NET is taken care by
-
inetinfo.exe
-
aspnet_isapi.dll
-
aspnet_wp.exe
-
None of the Above
C
Correct answer
Explanation
The actual work process of ASP.NET is handled by aspnet_wp.exe (ASP.NET Worker Process) in IIS 5.x, which executes the ASP.NET code. The inetinfo.exe is the IIS admin service, and aspnet_isapi.dll is the ISAPI extension that routes requests to the worker process. The worker process is where the actual ASP.NET application code runs.