Kesalahan Tampilkan Server Klasik ASP

WEB.CONFIG

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