IIS is hijacking your classic ASP app's response. In your web.config
file ensure that the following is configured:
<configuration>
<system.webServer>
<httpErrors existingResponse="PassThrough"/>
</system.webServer>
</configuration>
Also make sure that you've enabled "Send Errors To Browser" in the ASP configuration feature for your site in IIS manager:
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…