Multiple choice technology programming languages

----- is the Microsoft iis server running, handling asp.net requests among other things?

  1. aspnet_isapi.dll

  2. aspnet_wp.exe

  3. Inetinfo.exe

  4. None of the above

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

Inetinfo.exe is the main process for Microsoft IIS (Internet Information Services) server that handles ASP.NET requests along with other web services. The other options are different processes but not the main IIS server.