Overview

This Support article describes how to display detailed error messages for a website to debug ASP script errors. If you're seeing the standard IIS 500 error message, this guide will help display the errors which may be causing it.

Two settings need to be changed in IISSend Errors To Browser and Allow Detailed Errors for Remote Requests

Instructions

  1. RDP to Windows VPS with administrator credentials
  2. Navigate to Start > Administrative Tools > IIS Manager > Sites > Domain.tld 
    Domain.tld
     is the website you need to enable detailed errors
  3. In the Right-hand panel, Double click ASP
    plesk windows 500 internal server error
  4. Under Debugging Properties, change Send Errors To Browser from False to True > Apply.
    plesk windows 500 internal server error
  5. To enable Allow Detailed Errors for Remote Requests.
    Double click on Error Pages:
    plesk windows 500 internal server error
  6. Click on Edit Features Settings:
    plesk windows 500 internal server error
  7. A popup window will appear > Select the radio button Detailed ErrorsOK. 
    plesk windows 500 internal server error
     

Note: It recommended to only to enable Detailed Errors to Browser when in development or debugging errors. For production systems, it should remained disabled at all other times.

Was this article helpful?

Related Articles