I am currently trying to debug my PHP application on a IIS 6 server. As soon as I make an error in the PHP code I get a "500 - Internal server error" page.
I have understood that the default way to show an error is to localhost only and that it is possible to change this behavior by changing the error mode from "DetailedLocalOnly" to "Detailed".
The problem I am facing now is to understand how to do this on IIS 6, I have found a lot of guides for IIS 7 only.
I did find the MetaBase.xml, but I have no idea how the syntax should be in there.
Serverfault question with different answer
Serverfault question for IIS 7
I appreciate any help you can give me.