How to deploy a php website in IIS 5.0?
Do I need to install anything for the IIS to support PHP? And how can I deploy a php website us开发者_如何学Pythoning the IIS 5.0?
Yes, you need to install the PHP interpreter as an IIS ISAPI extension service. I don't know if the most recent version of PHP is still available for such an old version of IIS but basically you need to obtain a PHP installation package design to be deployed on Windows, as an ISAPI extension .dll.
Have a look at the PHP Manual's section on installing on Windows with IIS 5.0 and/or IIS 6.0.
精彩评论