<?xml version="1.0" encoding="UTF-8" ?>
<configuration>
<system.web>
<!--
The <customErrors> section enables configuration of what to doif/when an
unhandled error occurs during the execution of a request. Specifically, it
enables developers to configure html error pages to be displayed in place of
a error stack trace:
-->
<customErrors mode="On">
<error statusCode="404" redirect="FileNotFound.aspx"/>
</customErrors>
</system.web>
</configuration>