OK I found a site that said uninstall IIS the follow instructions per http://support.microsoft.com/default.aspx?kbid=306005&product=aspnet ( knowledgebase article 306005 )
That article says
At the command prompt, type the following, and then press ENTER
"%windir%\Microsoft.NET\Framework\version\aspnet_regiis.exe" -
followed by
regsvr32 %windir%\Microsoft.NET\Framework\version\aspnet_isapi.dl
BUT that gives me : C:\windows\Microsoft.NET\Framework\v.1.1.4322\aspnet_regiis.exe was loaded but the DLLRegistryServer entry point was not found.
... .exe does not appear to be a .DLL or .OCX fil
Felix Wang - 01 Jun 2004 09:16 GMT
Hi,
Thanks for posting. You should run the following 2 commands one by one:
aspnet_regiis -i
regsvr32 aspnet_isapi.dll
Instead of the follwoing command:
regsvr32 aspnet_regiis.exe
Please double-check the point.
Regards,
Felix Wang
Microsoft Online Partner Support

Signature
Get Secure! - www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.