In IIS7.5 what module removes the body of a 400 Bad Request
问题 I have written ASP.NET (4.0) code that sets the Response.StatusCode to 400 if the data posted to the server is in valid. I place useful information in the response body in the format that the request accepts header asks for. eg an html message saying "The date field is required...". In IIS7 (7.5.7600) on Windows 7 I get the correct html response back to the browser. In IIS7 (7.5.6000) on Windows 2008 I do not get the html body back, but only a text body with "Bad Request" as the content. Can