Software version:
Php-5.3.2-nts-win32-vc9-x86
Phpmyadmin-3.3.1-all-languages
Mysql-essential-5.1.45-win32
The process of installing PHP in IIS7 can be a reference
http://www.php.net/manual/en/install.windows.iis7.php
After installing the phpMyAdmin, you can't even connect to the MySQL data library.
Changed a few places, can run.
1. Change the phpMyAdmin configuration file to change the inside localhost to IP
$cfg [' Servers '] [$i] [' host '] = ' 127.0.0.1 ';
2. Because installed in the C:\Program files\php Path, IIS7 inside the hanlder mapping exe path seems to have a problem, the election once.
Enabling FastCGI support in IIS
FastCGI module is disabled in default installation of IIS. The steps to enable it differ based on the version of Windows being used.
To enable FastCGI support on Windows Vista SP1 and Windows 7:
In the Windows Start menu choose "Run:", type "Optionalfeatures.exe" and click "OK";
In the "Windows Features" dialog Expand "Internet Information Services", "World Wide Web Services", "Application Developme NT Features "and then enable the" CGI "checkbox;
Click OK and wait until the installation is complete.
To enable FastCGI support on Windows Server 2008 and Windows Server 2008 R2:
In the Windows Start menu choose "Run:", type "Compmgmtlauncher" and click "OK";
If the Web Server (IIS) role isn't present under the "Roles" node, then add it by clicking "Add Roles";
If the Web Server (IIS) is present, then click ' Add role Services ' and then enable the ' CGI checkbox under ' Applic ation Development "group;
Click "Next" and then "Install" and wait for the installation to complete.
More detailed can refer to: http://www.php.net/manual/en/install.windows.iis7.php