Note: This section shows typical procedures using Windows 7 as an example. Some of the dialog and labels may look different in other versions of Windows.
Open the Start Menu, select Run, and execute InetMgr.exe:
In the InetMgr main window, double-click Handler Mappings:
In the Handler Mappings window, click Add Module Mapping... on the right-side Actions menu:
Complete the dialog window with the following:
Request Path: *.php Module: FastCgiModule Executable: This needs to be filled in with the full path to the “php-cgi.exe” executable that is in the “Release” folder from step 20 of the previous section. An example path would be “C:\php-sdk\phpdev\vc11\x64\Release\php-cgi.exe”, but it will likely be different on your machine. Name: PHP
Click OK and then Yes on the "Add Script Map" message box that appears. Finally, close the InetMgr dialog.
Restart your computer to ensure everything is configured.
Note: It is not mandatory to restart your computer at this time, however, it is advised to ensure IIS is properly configured.