Multiple choice technology

What is the command used automatically register the .NET Framework with IIS ?

  1. regsvr32 regiis -i

  2. aspnet_regiis -i

  3. aspnet_regiis -r

  4. None of the Above

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

aspnet_regiis -i is the correct command to register ASP.NET with IIS. This tool installs the client-side scripts, maps the ASP.NET file extensions to the ISAPI handler, and updates the IIS metabase. The -i flag installs these mappings, while -r re-installs them. regsvr32 is for registering COM/ActiveX DLLs, not .NET.