﻿﻿﻿<!--
  For more information on how to configure your ASP.NET application, please visit
  http://go.microsoft.com/fwlink/?LinkId=169433
  -->
<configuration>
 
	<connectionStrings>
		<!--Local-->

    <add name="Gav" connectionString="Data Source=N1NWPLSK12SQL-v01.shr.prod.ams1.secureserver.net;Initial Catalog=vgm_admin;persist security info=True;User ID=vgm_admin;Password=Aashu@123" />
   <!-- <add name="Gav" connectionString="Data Source=N1NWPLSK12SQL-v01.shr.prod.ams1.secureserver.net;Initial Catalog=vgm_admin;User ID=vgm_admin;Password=Aashu@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=vikrant;persist security info=True;user id=vikrant;password=Ashu@123;MultipleActiveResultSets=True;App=EntityFramework&quot;" providerName="System.Data.EntityClient" />-->
	</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.extensions>
       <scripting>
           <webServices>
               <!-- Update this value to change the value to 
                    a larger value that can accommodate your JSON 
                    strings -->
               <jsonSerialization maxJsonLength="86753090" />
           </webServices>
       </scripting>
   </system.web.extensions>
	<system.web>
		<customErrors mode="Off"/>
		<compilation debug="true" targetFramework="4.5">
			<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"/>
			 			</assemblies>
		</compilation>
	 
	  
		<sessionState timeout="120"></sessionState>
	</system.web>
	<system.webServer>
	 
		<defaultDocument>
			<files>
				<clear/>
				<add value="login.aspx"/>
			</files>
		</defaultDocument>
		<validation validateIntegratedModeConfiguration="false"/>
	 
	</system.webServer>

	<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 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" />
	 
	</appSettings>

</configuration>
