C
Cam
On one of our web sites, we want detailed errors to appear on remote browsers.
The web.config of the application and the web.config in all parent folders
up to the web site root and the machine.config all contain a <customErrors>
block where the mode property is set to "off".
In ASP.NET 1.1, we see the detailed error only when running the browser on
the same machine as the web server. On any other computer, all we get (from a
test app that intentionally generates a 500.19) is "The page cannot be
displayed because an internal server error has occurred."
What other settings need to be set?
The web.config of the application and the web.config in all parent folders
up to the web site root and the machine.config all contain a <customErrors>
block where the mode property is set to "off".
In ASP.NET 1.1, we see the detailed error only when running the browser on
the same machine as the web server. On any other computer, all we get (from a
test app that intentionally generates a 500.19) is "The page cannot be
displayed because an internal server error has occurred."
What other settings need to be set?