Multiple choice technology web technology

The actual work process of ASP.NET is taken care by

  1. inetinfo.exe

  2. aspnet_isapi.dll

  3. aspnet_wp.exe

  4. None of the Above

Reveal answer Fill a bubble to check yourself
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.