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:
- Open IE and navigate to Tools -> Internet Options -> Advanced Tab
- Uncheck the “Show friendly HTTP error messages”option under the heading Browsing

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.
- Open Internet Services Manager by navigating to Control Panel -> Administrative Tools - > Internet Information Services (IIS) Manager
- Then locate your website and right click to get to the properties.
- 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.

500 internal server error IIS Internet Explorer Windows 2000 Windows 2003 Windows XP500 internal server error IIS Internet Explorer Windows 2000 Windows 2003 Windows XP
Filed under: IIS, Windows XP, Windows 2000, Internet Explorer, Windows 2003


Leave a Reply