I have enabled IIS7 and would like to use it in combination with PHP. For that I have already installed PHP. And than I found a rather detailed description of how I can make IIS7 be able to use PHP. However, I have problems on the very last steps. As executable I need to indicate "php5isapi.dll" and I do not have this file. In my "C:\Program Files\PHP" I have several *.dll files: libeay32.dll, libpq.dll, php5ts.dll, ssleay32.dll. I tried to use "php5ts.dll" (because it's name is the most similar to the "php5isapi.dll").
When I press OK I get a window which is very similar to those given in the instruction. It is written there:
Do you want to allow this ISAPI extension? Click "Yes" and add the extension with an "Allowed" entry to the ISAPI and CGI Restrictions list or to update an existing extension entry to "Allowed" in the ISAPI and CGI Restriction list.
I click "Yes" and get an window with an error message:
The specified module required by this handler is not in the modules list. If you are adding a script map handler mapping, the IsapiModule or the CgiModule must be in the modules list.
Can anybody explain me what's going on here?