<?xml version="1.0"?>
<configuration xmlns="http://schemas.microsoft.com/.NetConfiguration/v2.0">

   <system.web>
   .
   .
   .
      <customErrors
         defaultRedirect="CustomErrorPage.html"
         mode="On"
      />
