Tuesday, December 21, 2010

IIS 7 Send Erros to Browsers for Remote Request

ctricaud:

Thanks for theses informations but I have this problem: the 500 error message is shwon despite the fact I used all these parameters. This is the 500 error message and note the message which is set in the script error message tag.

The problem is not in IE since on another server I have the good messages.

Why does the 500 page is shown and not the message?

I had the same problems and the answer is here: http://forums.iis.net/t/1157908.aspx Quoted:
Leo Tang - MSFT:

Hi,

Please check the httpErrors setting(IIS Manager->Click your website->Click Error Pages->Click Edit feature Settings… on the Actions panel). If you are using a remote client, make sure the errorMode is set to “Detailed”. Otherwise, you can set the errorMode to “DetailedLocalOnly”.