Turn IIS7 HTTP Error Handling Off?
I just got setup on my first Windows Server 2008 / IIS7.5 server for a contest I am participating in. I can't for the life of me figure out how to turn OFF error handling COMPLETELY . The only options I see are: Custom Detailed Detailed Local, custom for remote I want to turn the feature off completely, and I don't see any way to do that. Am I missing something? My Situation: I have a RESTful PHP framework that catches exceptions and emits an HTTP 500 status if the exception has not already been handled. It then puts the specified exception message in the response body and sends it to the