Home

Google
 

How to get meaningful ASP error messages for 500 Internal Server Error


By default the Internet Explorer browser version 5.0 and up has the advanced option “Show friendly HTTP error messages” enabled. This typically produces the 500 Internal server error instead of meaningful ASP error. To disable this browser option follow these steps:

  1.  Open IE and navigate to Tools ->  Internet Options -> Advanced Tab
  2. Uncheck the “Show friendly HTTP error messages”option under the heading Browsing

Show Friendly HTTP error messages

If you have access to the IIS server that hosts the relevant page you can verify that the website properties are configured to send detailed error messages to clients.

  1.  Open Internet Services Manager by navigating to Control Panel -> Administrative Tools - > Internet Information Services (IIS) Manager
  2. Then locate your website and right click to get to the properties.
  3.  Go to the home/virtual directory tab  and click on Configuration, go to the Debugging tab, and make sure “Send detailed error messages to the client” is selected.

Send detailed error messages to client


powered by FreeFind