One are of the instructions that's not clear is on Configuring the ISAPI
Redirector:
8) ....... For PWS, you'll need to use regedit and add/edit the "Filter
DLLs" key under
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\W3SVC\Parameters. This
key contains a "," separated list of dlls ( full paths ) - you need to
insert the full path to isapi_redirect.dll.
-- I had to create the "Filter DLLs" key, so I also had to create the value.
What do I name the value? What type of value is it?A string value? With just
the full path to isapi_redirect.dll. right? If this is all true then I am
stumped.
Under NT troubleshooting I cannot get the jakarta virtual directory to a
show a green up arrow (does this happen in PWS?), nor does the logging occur
for ISAPI redirector log file.
For the URL "http://localhost/examples/jsp/index.html" in my browser I get
error 500, but all the settings seem to be right.
-Keith