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 IIS, Send Errors To Browser and Allow Detailed Errors for Remote Requests
Instructions
- RDP to Windows VPS with administrator credentials
- Navigate to Start > Administrative Tools > IIS Manager > Sites > Domain.tld
Domain.tld is the website you need to enable detailed errors - In the Right-hand panel, Double click ASP
- Under Debugging Properties, change Send Errors To Browser from False to True > Apply.
- To enable Allow Detailed Errors for Remote Requests.
Double click on Error Pages:
- Click on Edit Features Settings:
- A popup window will appear > Select the radio button Detailed Errors > OK.
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.