• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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