I am starting to move some WordPress sites hosted on IIS7 using PHP 5.3 and FastCGI. I quickly find that although the WordPress core seems to be working fine, there are a number of plugins that have problems running in IIS, and I would like to be able to debug, fix and submit patches.
The only solution I found was to run WordPress on Apache for Windows for debugging, but the problems seem to be related to the way IIS and FastCGI work with PHP, not Windows. I looked at both Expression Web 3 and Aptana Studio 1.5, but could not find a way to do this with any tool.
Are there any ways to debug WordPress (or PHP in general) running under FastCGI on IIS7? What tools are needed and specific steps will be evaluated.
source
share