The built-in Internet Information Service (IIS) in Windows has good support for ASP, so it is very convenient to debug ASP web pages in IIS. However, some friends use PHP programming technology on their Web pages. by default, IIS does not support PHP. it is very difficult for us Cainiao to manually configure the PHP debugging environment for IIS, therefore, it is very convenient to debug ASP web pages in IIS because SyntaxHi Windows built-in Internet Information Service (IIS) has good support for ASP. However, some friends use PHP programming technology on their Web pages. by default, IIS does not support PHP. it is very difficult for us Cainiao to manually configure the PHP debugging environment for IIS, so how can we make IIS support PHP? The following describes how to configure the PHP debugging environment in IIS in just a few steps.
Install IIS components
Taking Windows XP IIS5.1 as an example, the IIS component must be installed first. The system is installed by default. If your system does not exist, go to "Control Panel> add or delete Programs> add/delete Windows components ", in the "Windows component wizard" dialog box, select "Internet Information Service (IIS)" option (1) and click "next" to complete IIS component installation.
Install IIS components
Configure the PHP debugging environment
Download the PHP installation program from www.fyrose.com/php406.exe”to your machine. Next, we will use PHP installation wizard to configure the PHP environment.
Select Web Server
Water and Fire are also compatible! Cleverly configure the PHP debugging environment in IIS (2)
If this option is not found, you can also manually add it. In the application configuration dialog box, click "add" to bring up the "add/edit application extended name " (( 5]. enter the php.exe program path in the" executable file "field, and enter". PHP ". use the default settings for other options, and click" OK.
Manually add ing
This completes the configuration of the PHP debugging environment, and then you can debug the PHP file in IIS.