• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

get detailed error reports

G

ghawley

Guest
I have looked all over the internet and tried several things to get detailed error reports for ASP scripts instead of the default Internal Server Error reports that result from errors in asp scripts. Can someone tell me how to get detailed error pages that tell you what the error is?

I see in IIS that errors are being directed to the default error pages but I'm not sure how to create the detailed error pages to direct it to.

Any help would be fantastic. Thanks.
 
Have you already tried to enable asp server-side and client-side script debugging at IIS -> Web Sites -> domain.com -> properties -> home directory tab -> configuration -> debugging tab ?
 
Did you try this?

Go to Domains > *domain name* > Web Directories

Then click on the "Error documents" tab.

Change all of the ones that start with 500 to "Default". At the minimum, change the one labeled "500.100"

I think that will now show you the standard ASP error message so you can debug your page.

Let me know if it works, I'm recalling this from memory - I could be wrong!
 
Thanks FFcus! That was it! Good memory. Thank you , thank you!
 
Back
Top