<?xml version="1.0"?>
<!--
For more information on how to configure your ASP.NET application,
please visit
http://go.microsoft.com/fwlink/?LinkId=169433
-->
<configuration>
<system.web>
<compilation debug="true" strict="false" explicit="true" targetFramework="4.0" />
</system.web>
<system.net>
<mailSettings>
<smtp from="TU_ACCESSNET_ACCOUNT@cis-linux2.temple.edu">
<network host="cis-linux2.temple.edu" port="25" userName="TU_ACCESSNET_ACCOUNT" password="TU_ACCESSNET_PASSWORD"/>
</smtp>
</mailSettings>
</system.net>
</configuration>