<?xml version="1.0" encoding="UTF-8"?>
<configuration>
    <system.webServer>
        <httpErrors>
            <remove statusCode="404" subStatusCode="-1" />
            <error statusCode="404" prefixLanguageFilePath="" path="C:\inetpub\wwwsites\school\404.html" responseMode="File" />
        </httpErrors>
    </system.webServer>
</configuration>
