I have set up a test IIS server on my WinXP workstation, but I am having trouble getting the "new and improved" isapi module to work correctly. I added the dll to application mappings and to the filters section. Restarted IIS and everything seemed to be working, the pages loaded up completely with out any errors. The only problem is that in the browser, the page never completes loading, but please note that all the data for the page has been sent down to the </html> at the end of the script. It even does this in a script with just a phpinfo(). Its like the server or client won't let go of the connection. Any ideas of a fix (besides running CGI)?
--Matt