While learning Windows Communications Foundation (WCF) in Visual Studio 2008 and setting up for it, I installed on my WinXP Pro desktop computer IIS 5.1 in order to be able to study and run sample WCF projects. Because an .aspx file did not display properly, and because I got
"Warning: CScriptMapsComponent::Install Cannot set application extensions. Please check that ASP.net 2.0 is installed"
following the command
"%WINDIR%\Microsoft.Net\Framework\v3.5\WFServicesReg.exe" /c ,
(ASP.net is indeed installed) I was led to the Visual Studio 2008 Help topic 'IIS Hosted Service Fails"; I tried to follow the instructions under
"To verify that the svc file type is mapped to be handled by aspnet_isapi.dll in IIS 5.1 or 6.0" :
I found that the .svc file extension was not mapped to aspnet_isapi.dll and tried to add that mapping. However, in the dialog where you enter the path to the dll and the file extension, I was unable to make the OK button turn from being greyed out to be clickable, no matter what I tried to do with the other controls in the dialog. Can you help me, please?
Thanks,
r4