<?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>
      <customErrors mode="Off"></customErrors>
      <authorization>
        <allow roles="Master,PrintItWebCustomer" />
	<deny roles="PrintItUsers" />
      </authorization>
    </system.web>
  
  <system.net>
    <mailSettings>
      <smtp from="support@goprint2.com">
        <network host="cliff.netsafemail.com"/>
      </smtp>
    </mailSettings>
  </system.net>

</configuration>