﻿﻿<!--
  For more information on how to configure your ASP.NET application, please visit
  http://go.microsoft.com/fwlink/?LinkId=169433
  -->
<configuration>
	<configSections>
		<sectionGroup name="devExpress">
			<section name="themes" type="DevExpress.Web.ASPxClasses.ThemesConfigurationSection, DevExpress.Web.v14.1, Version=14.1.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" requirePermission="false"/>
			<section name="compression" type="DevExpress.Web.ASPxClasses.CompressionConfigurationSection, DevExpress.Web.v14.1, Version=14.1.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" requirePermission="false"/>
			<section name="settings" type="DevExpress.Web.ASPxClasses.SettingsConfigurationSection, DevExpress.Web.v14.1, Version=14.1.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" requirePermission="false"/>
			<section name="errors" type="DevExpress.Web.ASPxClasses.ErrorsConfigurationSection, DevExpress.Web.v14.1, Version=14.1.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" requirePermission="false"/>
		</sectionGroup>
	</configSections>
	<connectionStrings>
		<!--Local-->
		<!--<add name="infofix_Vikrant_Transport" connectionString="metadata=res://*/ISModel.csdl|res://*/ISModel.ssdl|res://*/ISModel.msl;provider=System.Data.SqlClient;provider connection string=&quot;data source=.;initial catalog=Stockmanagment;persist security info=True;user id=sa;password=ashu@123;MultipleActiveResultSets=True;App=EntityFramework&quot;" providerName="System.Data.EntityClient" />-->
    <add name="infofix_Vikrant_Transport" connectionString="metadata=res://*/ISModel.csdl|res://*/ISModel.ssdl|res://*/ISModel.msl;provider=System.Data.SqlClient;provider connection string=&quot;data source=N1NWPLSK12SQL-v01.shr.prod.ams1.secureserver.net;initial catalog=stockmanage;persist security info=True;user id=blgothi;password=Ashu@123;MultipleActiveResultSets=True;App=EntityFramework&quot;" providerName="System.Data.EntityClient"/>
    <add name="Connection" connectionString="data source=N1NWPLSK12SQL-v01.shr.prod.ams1.secureserver.net;initial catalog=stockmanage;persist security info=True;user id=blgothi;password=Ashu@123;"/>
    <!--<add name="infofix_Vikrant_Transport" connectionString="metadata=res://*/ISModel.csdl|res://*/ISModel.ssdl|res://*/ISModel.msl;provider=System.Data.SqlClient;provider connection string=&quot;data source=N1NWPLSK12SQL-v01.shr.prod.ams1.secureserver.net;initial catalog=Stocktrial;persist security info=True;user id=blgothi;password=Ashu@123;MultipleActiveResultSets=True;App=EntityFramework&quot;" providerName="System.Data.EntityClient"/>
    <add name="Connection" connectionString="data source=N1NWPLSK12SQL-v01.shr.prod.ams1.secureserver.net;initial catalog=Stocktrial;persist security info=True;user id=blgothi;password=Ashu@123;"/>-->
		<add name="xpf.printing" connectionString="xpoprovider=MSSqlServer;data source=(localdb)\v11.0;attachdbfilename=|DataDirectory|\ReportService.mdf;integrated security=True;connect timeout=120"/>
	</connectionStrings>
	<!--
		For a description of web.config changes see http://go.microsoft.com/fwlink/?LinkId=235367.

		The following attributes can be set on the <httpRuntime> tag.
			<system.Web>
				<httpRuntime targetFramework="4.5" />
			</system.Web>
	-->
	<system.web>
		<httpRuntime executionTimeout="300" maxRequestLength="10024" useFullyQualifiedRedirectUrl="false" minFreeThreads="8" minLocalRequestFreeThreads="4" appRequestQueueLimit="100" enableVersionHeader="true"/>
		<customErrors mode="Off"/>
		<compilation debug="true" targetFramework="4.8">
			<assemblies>
				<add assembly="System.Data.Entity, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"/>
				<add assembly="System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
				<add assembly="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/>
				<add assembly="System.Data.Linq, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/>
				<add assembly="System.Web.Entity, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/></assemblies>
		</compilation>
		<pages controlRenderingCompatibilityVersion="4.0">
			<controls>
				<add tagName="TextBox" tagPrefix="SG" src="~/controls/validText.ascx"/>
				<add tagPrefix="NumaricTextBox" namespace="MyCustomControls" assembly="MyCustomControls"/>
				<add tagName="Message" tagPrefix="SG" src="~/controls/Message.ascx"/>
				<add tagName="Navigation" tagPrefix="SG" src="~/controls/Navigations.ascx"/>
			</controls>
			<namespaces>
				<!--<add namespace="WebApp.LIBS"/>-->
				<add namespace="Business"/>
			</namespaces>
		</pages>
		<httpModules>
			<add type="DevExpress.Web.ASPxClasses.ASPxHttpHandlerModule, DevExpress.Web.v14.1, Version=14.1.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" name="ASPxHttpHandlerModule"/>
		</httpModules>
		<httpHandlers>
			<add type="DevExpress.Web.ASPxClasses.ASPxHttpHandlerModule, DevExpress.Web.v14.1, Version=14.1.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" verb="GET" path="DX.ashx" validate="false"/>
		</httpHandlers>
		<sessionState timeout="500"></sessionState>
	</system.web>
	<system.webServer>
		<security>
			<requestFiltering>
				<requestLimits maxAllowedContentLength="2147483648"/>
			</requestFiltering>
		</security>
		<modules runAllManagedModulesForAllRequests="true">
			<add type="DevExpress.Web.ASPxClasses.ASPxHttpHandlerModule, DevExpress.Web.v14.1, Version=14.1.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" name="ASPxHttpHandlerModule"/>
		</modules>
		<defaultDocument>
			<files>
				<clear/>
				<add value="index.aspx"/>
			</files>
		</defaultDocument>
		<validation validateIntegratedModeConfiguration="false"/>
		<handlers>
			<add type="DevExpress.Web.ASPxClasses.ASPxHttpHandlerModule, DevExpress.Web.v14.1, Version=14.1.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" verb="GET" path="DX.ashx" name="ASPxHttpHandlerModule" preCondition="integratedMode"/>
		</handlers>
	</system.webServer>
	<devExpress>
		<themes enableThemesAssembly="true" styleSheetTheme="" theme="" customThemeAssemblies=""/>
		<compression enableHtmlCompression="false" enableCallbackCompression="true" enableResourceCompression="true" enableResourceMerging="true"/>
		<settings doctypeMode="Xhtml" rightToLeft="false" embedRequiredClientLibraries="false"/>
		<errors callbackErrorRedirectUrl=""/>
	</devExpress>
	<system.serviceModel>
		<behaviors>
			<endpointBehaviors>
				<behavior name="ReportServiceRestBehavior">
					<webHttp/>
				</behavior>
			</endpointBehaviors>
			<serviceBehaviors>
				<behavior name="ReportServiceBehavior">
					<serviceMetadata httpGetEnabled="true"/>
					<serviceDebug includeExceptionDetailInFaults="false"/>
				</behavior>
			</serviceBehaviors>
		</behaviors>
		<bindings>
			<basicHttpBinding>
				<binding name="ReportServiceBinding" maxReceivedMessageSize="4194304" transferMode="Streamed">
					<readerQuotas maxArrayLength="4194304"/>
				</binding>
			</basicHttpBinding>
			<webHttpBinding>
				<binding name="ReportServiceRestBinding" transferMode="Streamed"/>
			</webHttpBinding>
		</bindings>
		<services>
			<service behaviorConfiguration="ReportServiceBehavior" name="WebApp.ReportService1">
				<endpoint binding="basicHttpBinding" bindingConfiguration="ReportServiceBinding" contract="DevExpress.XtraReports.Service.IReportService"/>
				<endpoint address="rest" behaviorConfiguration="ReportServiceRestBehavior" binding="webHttpBinding" bindingConfiguration="ReportServiceRestBinding" contract="DevExpress.Xpf.Printing.Service.IExportServiceRest"/>
				<endpoint address="mex" binding="mexHttpBinding" contract="IMetadataExchange"/>
			</service>
		</services>
	</system.serviceModel>
	<appSettings>
		<add key="webpages:Version" value="2.0.0.0"/>
		<add key="webpages:Enabled" value="false"/>
		<add key="PreserveLoginUrl" value="true"/>
		<add key="ClientValidationEnabled" value="true"/>
		<add key="UnobtrusiveJavaScriptEnabled" value="true"/>
		<add key="Domain" value="http://18.188.224.149/ioc/"/>
		<add key="FromEmail" value="iocl@ankitfinance.com"/>
		<add key="SMTPServer" value="mail.infofixsolutions.com"/>
		<add key="SMTPUserName" value="iocl@infofixsolutions.com"/>
		<add key="SMTPUserPassword" value="!rBF79$?l)a;"/>
		<add key="SMTPUserPort" value="587"/>
		<add key="EmailTemplate" value="D:\infofix Solutions\projects\asba\asba\WebApp"/>
		<!-- Deafult keys for Post Wish Forms -->
		<!-- End -->
		<add key="SupportEmail" value="iocl@infofixsolutions.com"/>
	</appSettings>
</configuration>
