<?xml version="1.0"?>
<!-- 
    Note: As an alternative to hand editing this file you can use the 
    web admin tool to configure settings for your application. Use
    the Website->Asp.Net Configuration option in Visual Studio.
    A full list of settings and comments can be found in 
    machine.config.comments usually located in 
    \Windows\Microsoft.Net\Framework\v2.x\Config 
-->
<configuration>
    <appSettings/>
    <connectionStrings/>
    <system.web>
      <!-- 
      For testing make the following changes
      <compilation debug="false" strict="false" explicit="true"/>
      
      <customErrors mode="Off" defaultRedirect="client error page"/>
      
      If site is live make the following changes
      <compilation debug="false" strict="false" explicit="true"/>
      
      <customErrors mode="On" defaultRedirect="client error page"/>
      
      Make sure you change the defaultRedirect to the client's error page
      -->
      
      <compilation debug="false" strict="false" explicit="true"/>
      
      <customErrors mode="On" defaultRedirect="http://www.carolforpeace.com/error.html"/>

      <httpHandlers>
        <add verb="GET" path="CaptchaImage.aspx" type="WebControlCaptcha.CaptchaImageHandler, WebControlCaptcha"/>
      </httpHandlers>
    </system.web>
</configuration>

