Enabling PHP on IIS Express with Visual Studio (sans WebMatrix)
I am working on this web application which is mostly .NET, but a part is written in PHP. In my development environment, IIS Express is my web server of choice, so I would prefer to get PHP and .NET work together in this environment. First naive attempt: Just throw the PHP scripts into the web site, and load them in a browser. The result is an HTTP Error 404.21 - Not Found with the following suggestions: Install PHP and configure handlers correctly. Install and enable PHP for this web site. If you are using WebMatrix, follow these steps to enable PHP: Open the web site in WebMatrix. Select the