• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    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. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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