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.