Hi Kevin... I had the same problem a while back, and I came to the conclusion that PHP on windows with IIS is just plain dodgy.
This may or may not help, but I managed to get around the problem by installing Apache, then setting up all the sites which needed ASP on IIS on a different port. Set up all the ASP sites in the httpd.conf file using ProxyPass and ProxyPassReverse to point to the IIS web server on the non-standard port. My web server is now running beautifully, with all the ASP pages served through IIS, and all the PHP pages served through Apache (and I'm desperately trying to outsource all of our ASP sites so I can migrate to Linux... :) Of course, if you don't have any ASP sites, then get rid if IIS alltogether..... If this is of any use to you, get back to me and I'll let you know the nitty-gritty of how to get it going. Thanks, Matt "Kevin Lilly" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > I am running php 4.2.1 on IIS 5 on windows 2000 server edition. > > After configuring the server and php I tested it on that computer by calling > phpinfo() and it served the page fine. I then tried to call the page from a > windows 98SE computer on the LAN and the server crashed (blue screen of > death -- memory dump -- computer restarted). > > After trying this several times with the same result I tried to call another > page with a simple print() statement which comes up with no problem on > either machine. > > Any suggestions would be greatly appreciated. > Thanks -- Kevin > > -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php