We are trying to run a classic .asp application on Windows 2012 IIS 8.5. ASP scripts work in general but when there is an error (e.g. include missing or syntax) then we simply see:
An error occurred on the server when processing the URL. Please contact the system administrator.
If you are the system administrator please click here to find out more about this error.
This although we have enabled detailed error messages on the site and regardless of whether we run the application remotely or via localhost.
We want to know which script and line of code is causing the problem.
We've also tried routing 500 errors to an error handling .asp page which can provide error details to no avail.
PS: There also seems to be no "ASP" feature so no way to enable debugging or the like.