Download and install the .NET Framerwok 1.1 SDK.
Next register manually the two services with the following batch file:
cd "C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322"
aspnet_regiis.exe -i
pause
regsvr32 aspnet_isapi.dll
pause
exit
And that should do it.
Cesar