Displaying error 500 details to outside access?
3 posts
• Page 1 of 1
Displaying error 500 details to outside access?
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.
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.
Re: Displaying error 500 details to outside access?
Hello!
In order to pass details of 500 error you need allow it in web.config:
More details here: http://www.iis.net/configreference/system.webserver/httperrors
Thank you!
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!
3 posts
• Page 1 of 1
Who is online
Users browsing this forum: No registered users and 1 guest