asp classic server show errors

HTML
WEB.CONFIG

<?xml version="1.0" encoding="UTF-8"?>
<configuration>
    <system.webServer>
        <httpErrors existingResponse="PassThrough"/>
    </system.webServer>
</configuration>
Source

Also in HTML: