Displaying error 500 details to outside access?

Repository of web frameworks and applications for Microsoft IIS.
User avatar
Posts: 56
Joined: 01 Nov 2013, 01:50

Displaying error 500 details to outside access?

05 Nov 2013, 17:23

Hi,

Is there any way to enable presentation of error 500 details to people accessing the server from outside?

Currently it only possible to access them from the server itself via localhost.

Thanks.

User avatar
Posts: 110
Joined: 07 Mar 2012, 10:22

Re: Displaying error 500 details to outside access?

06 Nov 2013, 06:43

Hello!

In order to pass details of 500 error you need allow it in web.config:

Code: Select all
<configuration>
   <system.webServer>
      ...
      <httpErrors errorMode="Detailed">
      </httpErrors>
   </system.webServer>
</configuration>


More details here: http://www.iis.net/configreference/system.webserver/httperrors

Thank you!

User avatar
Posts: 56
Joined: 01 Nov 2013, 01:50

Re: Displaying error 500 details to outside access?

07 Nov 2013, 11:37

Thanks!

Return to Helicon Zoo

Who is online

Users browsing this forum: No registered users and 20 guests