﻿<?xml version="1.0"?>
<!--
    Please refer to machine.config.comments for a description and
    the default values of each configuration section.

    For a full documentation of the schema please refer to
    http://go.microsoft.com/fwlink/?LinkId=42127

    To improve performance, machine.config should contain only those
    settings that differ from their defaults.
-->
<configuration>
	<appSettings>
		<add key="amrit" value="email-quote@somyatrans.com"/>
	</appSettings>
	<connectionStrings>
		<add name="conn" connectionString="Server=208.91.198.196;Database=somyatrans;User ID=somya;Password=reset*123;"/>
	</connectionStrings>
	<runtime>
		<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
			<dependentAssembly>
				<assemblyIdentity name="CrystalDecisions.Web" publicKeyToken="692fbea5521e1304"/>
				<bindingRedirect oldVersion="12.3.3.812" newVersion="13.0.2000.0"/>
			</dependentAssembly>
		</assemblyBinding>
	</runtime>
	<system.web>
		<customErrors mode="Off"/>
		<compilation debug="true" targetFramework="4.0"></compilation>
		<pages validateRequest="false" enableEventValidation="false" viewStateEncryptionMode="Never" controlRenderingCompatibilityVersion="3.5" clientIDMode="AutoID"/>
	</system.web>
	<system.net>
		<mailSettings>
			<smtp deliveryMethod="Network">
				<network host="smtp.somyatrans.com" port="25" userName="email-quote@somyatrans.com" password="Cl$EBPO8"/>
			</smtp>
		</mailSettings>
	</system.net>
</configuration>
