views:

5

answers:

0

I am used to IIS6 and recently tried IIS7 for a new site. One thing that differs is the ability to display the exact error that occurs in a page and output it to the browser. IIS7 will just simply throw a 500 Error page out without explaining the details, unless the detailed output option is selected.

However, when I have the detailed option selected, it shows the full path on the server of the Web page, which I would prefer not to show everyone.

My goal: to turn ON detailed errors (for debugging and for customers to report errors that are useful) but not show the full path of the Web page. Is there a way to do this?