Does anybody have any clever solutions that they’ve used to turn on customErrors for everybody except for “us”, where us = everybody on our network, IP range, etc.
Therefore, outside world: friendly error page. Us: nasty yellow screen.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
How about a friendly error page with additional info for internal guys (stack trace, line numbers etc)
You could easily add an ip address check in your custom error page and hide the nasty details from outside visitors.