I ran accross the following error while fixing an old Classic ASP site:
An error occurred on the server when processing the URL. Please contact the system administrator.
Turns out this is the default error page that a visitor will see when a script error occurs. To get to the real problem, you need to tell IIS to serve up detailed ASP error messages to the client. No biggie. Here are the steps for IIS 6:
Step 1. Open IIS Manager
Step 2. Double click on the computer icon (most likely local computer)
Step 3. Open the Web Sites folder
Step 4. Right click on your site and choose ‘Properties’
Step 5. Click the Home Directory tab and click Configuration

Step 6. Under the Debugging tab, click the “Send detailed ASP error messages to client” radio button.
Step 7. Click ‘Ok’ twice.






