Advertisement
Guest User

Untitled

a guest
Jul 17th, 2018
987
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 49.72 KB | None | 0 0
  1. <configuration>
  2. <configSections>
  3. <sectionGroup name="devExpress">
  4. <section name="compression" type="DevExpress.Web.CompressionConfigurationSection, DevExpress.Web.v17.2, Version=17.2.6.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" requirePermission="false" />
  5. <section name="themes" type="DevExpress.Web.ThemesConfigurationSection, DevExpress.Web.v17.2, Version=17.2.6.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" requirePermission="false" />
  6. <section name="errors" type="DevExpress.Web.ErrorsConfigurationSection, DevExpress.Web.v17.2, Version=17.2.6.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" requirePermission="false" />
  7. <section name="settings" type="DevExpress.Web.SettingsConfigurationSection, DevExpress.Web.v17.2, Version=17.2.6.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" requirePermission="false" />
  8. <section name="resources" type="DevExpress.Web.ResourcesConfigurationSection, DevExpress.Web.v17.2, Version=17.2.6.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" requirePermission="false" />
  9. </sectionGroup>
  10. <section name="entityFramework" type="System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection, EntityFramework, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" />
  11. <section name="cacheManager" type="CacheManager.Core.Configuration.CacheManagerSection, CacheManager.Core" />
  12. <section name="cacheManager.Redis" type="CacheManager.Redis.RedisConfigurationSection, CacheManager.StackExchange.Redis" />
  13. <!-- For more information on Entity Framework configuration, visit http://go.microsoft.com/fwlink/?LinkID=237468 -->
  14. </configSections>
  15. <!--Connection Strings -->
  16. <!--<system.diagnostics>
  17. <sources>
  18. <source name="System.ServiceModel.MessageLogging" switchValue="Warning, ActivityTracing">
  19. <listeners>
  20. <add type="System.Diagnostics.DefaultTraceListener" name="Default">
  21. <filter type="" />
  22. </add>
  23. <add name="ServiceModelMessageLoggingListener">
  24. <filter type="" />
  25. </add>
  26. </listeners>
  27. </source>
  28. </sources>
  29. <sharedListeners>
  30. <add initializeData="Web_messages.svclog" type="System.Diagnostics.XmlWriterTraceListener, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" name="ServiceModelMessageLoggingListener" traceOutputOptions="Timestamp">
  31. <filter type="" />
  32. </add>
  33. </sharedListeners>
  34. <trace autoflush="true" />
  35. </system.diagnostics>-->
  36. <cacheManager.Redis xmlns="http://cachemanager.michaco.net/schemas/RedisCfg.xsd">
  37. <connections>
  38. <connection id="redisApplicationShared">
  39. <endpoints>
  40. <endpoint host="localhost" port="6379" />
  41. </endpoints>
  42. </connection>
  43. <connection id="redisGlobalShared" allowAdmin="true" database="2">
  44. <endpoints>
  45. <endpoint host="localhost" port="6379" />
  46. </endpoints>
  47. </connection>
  48. <connection id="redisGlobalTranslations" allowAdmin="true" database="3">
  49. <endpoints>
  50. <endpoint host="localhost" port="6379" />
  51. </endpoints>
  52. </connection>
  53. <connection id="redisUserShared" allowAdmin="true" database="4">
  54. <endpoints>
  55. <endpoint host="localhost" port="6379" />
  56. </endpoints>
  57. </connection>
  58. <connection id="redisUserPermissions" allowAdmin="true" database="5">
  59. <endpoints>
  60. <endpoint host="localhost" port="6379" />
  61. </endpoints>
  62. </connection>
  63. <connection id="redisTPAShared" allowAdmin="true" database="6">
  64. <endpoints>
  65. <endpoint host="localhost" port="6379" />
  66. </endpoints>
  67. </connection>
  68. </connections>
  69. </cacheManager.Redis>
  70. <cacheManager xmlns="http://cachemanager.michaco.net/schemas/CacheManagerCfg.xsd">
  71. <managers>
  72. <cache name="RequestLocalCache">
  73. <handle name="default" ref="memoryCacheHandle" />
  74. </cache>
  75. <cache name="ApplicationLocalCache">
  76. <handle name="default" ref="memoryCacheHandle" />
  77. </cache>
  78. <cache name="ApplicationSharedCache" enableStatistics="false" backplaneName="redisApplicationShared" backplaneType="CacheManager.Redis.RedisCacheBackplane, CacheManager.StackExchange.Redis">
  79. <handle name="default" ref="memoryCacheHandle" />
  80. <handle name="redis" ref="redisCacheHandle" isBackplaneSource="true" />
  81. </cache>
  82. <cache name="GlobalSharedCache" enableStatistics="false" backplaneName="redisGlobalShared" backplaneType="CacheManager.Redis.RedisCacheBackplane, CacheManager.StackExchange.Redis">
  83. <handle name="default" ref="memoryCacheHandle" />
  84. <handle name="redis" ref="redisCacheHandle" isBackplaneSource="true" />
  85. </cache>
  86. <cache name="GlobalTranslationsCache" enableStatistics="false" backplaneName="redisGlobalTranslations" backplaneType="CacheManager.Redis.RedisCacheBackplane, CacheManager.StackExchange.Redis">
  87. <handle name="default" ref="memoryCacheHandle" />
  88. <handle name="redis" ref="redisCacheHandle" isBackplaneSource="true" />
  89. </cache>
  90. <cache name="UserLocalCache">
  91. <handle name="default" ref="memoryCacheHandle" />
  92. </cache>
  93. <cache name="UserSharedCache" enableStatistics="false" backplaneName="redisUserShared" backplaneType="CacheManager.Redis.RedisCacheBackplane, CacheManager.StackExchange.Redis">
  94. <handle name="default" ref="memoryCacheHandle" />
  95. <handle name="redis" ref="redisCacheHandle" isBackplaneSource="true" />
  96. </cache>
  97. <cache name="UserPermissionsCache" enableStatistics="false" backplaneName="redisUserPermissions" backplaneType="CacheManager.Redis.RedisCacheBackplane, CacheManager.StackExchange.Redis">
  98. <handle name="default" ref="memoryCacheHandle" />
  99. <handle name="redis" ref="redisCacheHandle" isBackplaneSource="true" />
  100. </cache>
  101. <cache name="TPALocalCache">
  102. <handle name="default" ref="memoryCacheHandle" />
  103. </cache>
  104. <cache name="TPASharedCache" enableStatistics="false" backplaneName="redisTPAShared" backplaneType="CacheManager.Redis.RedisCacheBackplane, CacheManager.StackExchange.Redis">
  105. <handle name="default" ref="memoryCacheHandle" />
  106. <handle name="redis" ref="redisCacheHandle" isBackplaneSource="true" />
  107. </cache>
  108. </managers>
  109. <cacheHandles>
  110. <handleDef id="memoryCacheHandle" type="CacheManager.SystemRuntimeCaching.MemoryCacheHandle`1, CacheManager.SystemRuntimeCaching" />
  111. <handleDef id="redisCacheHandle" type="CacheManager.Redis.RedisCacheHandle`1, CacheManager.StackExchange.Redis" />
  112. </cacheHandles>
  113. </cacheManager>
  114. <connectionStrings>
  115. <add name="pcmi_warranty_adminEntities" connectionString="metadata=res://*/Reports.Data.Model1.csdl|res://*/Reports.Data.Model1.ssdl|res://*/Reports.Data.Model1.msl;provider=System.Data.SqlClient;provider connection string=&quot;Data Source=(local);Initial Catalog=pcmi_warranty_admin;Integrated Security=True;MultipleActiveResultSets=True&quot;" providerName="System.Data.EntityClient" />
  116. <add name="pcmi_warranty_adminConnectionString" connectionString="server=PCMIPLPC02\MSSQLSERVER2012;Integrated Security=SSPI;database=pcmi_warranty_admin_alpha_all" providerName="System.Data.SqlClient" />
  117. <add name="Default" connectionString="server=PCMIPLPC32;Integrated Security=True;database=pcmi_warranty_admin_all;" providerName="System.Data.SqlClient" />
  118. <add name="Security" connectionString="server=PCMIPLPC32;Integrated Security=True;database=pcmi_warranty_admin_all;" providerName="System.Data.SqlClient" />
  119. <add name="DiagnosticFramework" connectionString="server=PCMIPLPC32;Integrated Security=True;database=pcmi_diagnostics;" providerName="System.Data.SqlClient" />
  120. <add name="redis" connectionString="localhost:6379,allowAdmin=True" />
  121. </connectionStrings>
  122. <system.net>
  123. <mailSettings>
  124. <smtp>
  125. <network host="pod51009.outlook.com" port="587" userName="support@pcmicorp.com" password="Mark2008" enableSsl="true" />
  126. </smtp>
  127. </mailSettings>
  128. </system.net>
  129. <appSettings>
  130. <add key="aspnet:MaxHttpCollectionKeys" value="6000" />
  131.  
  132. <!-- LOCAL -->
  133. <add key="ConnectionString" value="server=PCMIPLPC32;Integrated Security=True;database=pcmi_warranty_admin_all" />
  134. <add key="ConfigConnectionString" value="server=PCMIPLPC32;Integrated Security=True;database=pcmi_warranty_admin_all" />
  135. <add key="ContractConnectionString" value="server=PCMIPLPC32;Integrated Security=True;database=pcmi_warranty_admin_all" />
  136. <add key="ClaimConnectionString" value="server=PCMIPLPC32;Integrated Security=True;database=pcmi_warranty_admin_all" />
  137. <add key="EntityConnectionString" value="server=PCMIPLPC32;Integrated Security=True;database=pcmi_warranty_admin_all" />
  138. <add key="CoverageConnectionString" value="server=PCMIPLPC32;Integrated Security=True;database=pcmi_warranty_admin_all" />
  139. <add key="UserSecurityConnectionString" value="server=PCMIPLPC32;Integrated Security=True;database=pcmi_warranty_admin_all" />
  140. <add key="VehicleConnectionString" value="server=PCMIPLPC32;Integrated Security=True;database=pcmi_warranty_admin_all" />
  141. <add key="ReportConnectionString" value="server=PCMIPLPC32;Integrated Security=True;database=pcmi_warranty_admin_all" />
  142. <add key="FileConnectionString" value="server=PCMIPLPC32;Integrated Security=True;database=pcmi_file_storage" />
  143. <add key="TricorConnectionString" value="server=205.178.152.128;Integrated Security=True;database=tric0rauto;User ID=tric0rsql;Password=Tric0rauto" />
  144. <add key="ImportConnectionString" value="server=PCMIPLPC32;Integrated Security=True;database=pcmi_warranty_admin_all" />
  145. <add key="EarningConnectionString" value="server=PCMIPLPC32;Integrated Security=True;database=pcmi_warranty_admin_all" />
  146. <add key="DecisionTreeConnectionString" value="server=PCMIPLPC32;Integrated Security=True;database=pcmi_warranty_admin_all" />
  147.  
  148. <!-- LOCAL Production database-->
  149. <!--<add key="ConnectionString" value="server=PCMIPLPC32;Integrated Security=True;database=pcmi_warranty_admin_all_nocustdata" />
  150. <add key="ConfigConnectionString" value="server=PCMIPLPC32;Integrated Security=True;database=pcmi_warranty_admin_all_nocustdata" />
  151. <add key="ContractConnectionString" value="server=PCMIPLPC32;Integrated Security=True;database=pcmi_warranty_admin_all_nocustdata" />
  152. <add key="ClaimConnectionString" value="server=PCMIPLPC32;Integrated Security=True;database=pcmi_warranty_admin_all_nocustdata" />
  153. <add key="EntityConnectionString" value="server=PCMIPLPC32;Integrated Security=True;database=pcmi_warranty_admin_all_nocustdata" />
  154. <add key="CoverageConnectionString" value="server=PCMIPLPC32;Integrated Security=True;database=pcmi_warranty_admin_all_nocustdata" />
  155. <add key="UserSecurityConnectionString" value="server=PCMIPLPC32;Integrated Security=True;database=pcmi_warranty_admin_all_nocustdata" />
  156. <add key="VehicleConnectionString" value="server=PCMIPLPC32;Integrated Security=True;database=pcmi_warranty_admin_all_nocustdata" />
  157. <add key="ReportConnectionString" value="server=PCMIPLPC32;Integrated Security=True;database=pcmi_warranty_admin_all_nocustdata" />
  158. <add key="FileConnectionString" value="server=PCMIPLPC32;Integrated Security=True;database=pcmi_file_storage" />
  159. <add key="TricorConnectionString" value="server=205.178.152.128;Integrated Security=True;database=tric0rauto;User ID=tric0rsql;Password=Tric0rauto" />
  160. <add key="ImportConnectionString" value="server=PCMIPLPC32;Integrated Security=True;database=pcmi_warranty_admin_all_nocustdata" />
  161. <add key="EarningConnectionString" value="server=PCMIPLPC32;Integrated Security=True;database=pcmi_warranty_admin_all_nocustdata" />
  162. <add key="DecisionTreeConnectionString" value="server=PCMIPLPC32;Integrated Security=True;database=pcmi_warranty_admin_all_nocustdata" />-->
  163.  
  164. <!-- QA, server 14, alfa -->
  165. <!--<add key="ConnectionString" value="server=192.168.123.141\MSSQLSERVER2012 ;database=pcmi_warranty_admin_alpha_all;user id=allbeta;password=Alex2002" />
  166. <add key="ConfigConnectionString" value="server=192.168.123.141\MSSQLSERVER2012 ;database=pcmi_warranty_admin_alpha_all;user id=allbeta;password=Alex2002" />
  167. <add key="ContractConnectionString" value="server=192.168.123.141\MSSQLSERVER2012 ;database=pcmi_warranty_admin_alpha_all;user id=allbeta;password=Alex2002" />
  168. <add key="ClaimConnectionString" value="server=192.168.123.141\MSSQLSERVER2012 ;database=pcmi_warranty_admin_alpha_all;user id=allbeta;password=Alex2002" />
  169. <add key="EntityConnectionString" value="server=192.168.123.141\MSSQLSERVER2012 ;database=pcmi_warranty_admin_alpha_all;user id=allbeta;password=Alex2002" />
  170. <add key="CoverageConnectionString" value="server=192.168.123.141\MSSQLSERVER2012 ;database=pcmi_warranty_admin_alpha_all;user id=allbeta;password=Alex2002" />
  171. <add key="UserSecurityConnectionString" value="server=192.168.123.141\MSSQLSERVER2012 ;database=pcmi_warranty_admin_alpha_all;user id=allbeta;password=Alex2002" />
  172. <add key="VehicleConnectionString" value="server=192.168.123.141\MSSQLSERVER2012 ;database=pcmi_warranty_admin_alpha_all;user id=allbeta;password=Alex2002" />
  173. <add key="ReportConnectionString" value="server=192.168.123.141\MSSQLSERVER2012 ;database=pcmi_warranty_admin_alpha_all;user id=allbeta;password=Alex2002" />
  174. <add key="FileConnectionString" value="server=192.168.123.141\MSSQLSERVER2012;database=pcmi_file_storage_alpha_all;user id=allbeta;password=Alex2002" />
  175. <add key="TricorConnectionString" value="server=205.178.152.128;Integrated Security=false;database=tric0rauto;User ID=tric0rsql;Password=Tric0rauto" />
  176. <add key="ImportConnectionString" value="server=192.168.123.141\MSSQLSERVER2012 ;database=pcmi_warranty_admin_alpha_all;user id=allbeta;password=Alex2002" />
  177. <add key="EarningConnectionString" value="server=192.168.123.141\MSSQLSERVER2012 ;database=pcmi_warranty_admin_alpha_all;user id=allbeta;password=Alex2002" />
  178. <add key="DecisionTreeConnectionString" value="server=192.168.123.141\MSSQLSERVER2012 ;database=pcmi_warranty_admin_alpha_all;user id=allbeta;password=Alex2002" />-->
  179.  
  180. <!-- UAT, DB 7 -->
  181. <!--<add key="ConnectionString" value="server=db7.pcmius.com;database=pcmi_warranty_admin_ngre_uat;user id=mskladanowski;password=Alex2015" />
  182. <add key="ConfigConnectionString" value="server=db7.pcmius.com;database=pcmi_warranty_admin_ngre_uat;user id=mskladanowski;password=Alex2015"/>
  183. <add key="ContractConnectionString" value="server=db7.pcmius.com;database=pcmi_warranty_admin_ngre_uat;user id=mskladanowski;password=Alex2015" />
  184. <add key="ClaimConnectionString" value="server=db7.pcmius.com;database=pcmi_warranty_admin_ngre_uat;user id=mskladanowski;password=Alex2015" />
  185. <add key="EntityConnectionString" value="server=db7.pcmius.com;database=pcmi_warranty_admin_ngre_uat;user id=mskladanowski;password=Alex2015" />
  186. <add key="CoverageConnectionString" value="server=db7.pcmius.com;database=pcmi_warranty_admin_ngre_uat;user id=mskladanowski;password=Alex2015" />
  187. <add key="UserSecurityConnectionString" value="server=db7.pcmius.com;database=pcmi_warranty_admin_ngre_uat;user id=mskladanowski;password=Alex2015" />
  188. <add key="VehicleConnectionString" value="server=db7.pcmius.com;database=pcmi_warranty_admin_ngre_uat;user id=mskladanowski;password=Alex2015" />
  189. <add key="ReportConnectionString" value="server=db7.pcmius.com;database=pcmi_warranty_admin_ngre_uat;user id=mskladanowski;password=Alex2015" />
  190. <add key="ImportConnectionString" value="server=db7.pcmius.com;database=pcmi_warranty_admin_ngre_uat;user id=mskladanowski;password=Alex2015" />
  191. <add key="EarningConnectionString" value="server=db7.pcmius.com;database=pcmi_warranty_admin_ngre_uat;user id=mskladanowski;password=Alex2015" />
  192. <add key="FileConnectionString" value="server=db7.pcmius.com;database=pcmi_file_storage_ngre_uat;user id=mskladanowski;password=Alex2015" />
  193. <add key="TricorConnectionString" value="server=205.178.152.128;Integrated Security=false;database=tric0rauto;User ID=tric0rsql;Password=Tric0rauto" />
  194. <add key="DecisionTreeConnectionString" value="server=db7.pcmius.com;database=pcmi_warranty_admin_ngre_uat;user id=mskladanowski;password=Alex2015" />-->
  195.  
  196. <!-- UAT, sever 23 -->
  197. <!--<add key="ConnectionString" value="server=pcmiserver23 ;Integrated Security=SSPI;database=pcmi_warranty_admin_beta_all" />
  198. <add key="ConfigConnectionString" value="server=pcmiserver23 ;Integrated Security=SSPI;database=pcmi_warranty_admin_beta_all" />
  199. <add key="ContractConnectionString" value="server=pcmiserver23 ;Integrated Security=SSPI;database=pcmi_warranty_admin_beta_all" />
  200. <add key="ClaimConnectionString" value="server=pcmiserver23 ;Integrated Security=SSPI;database=pcmi_warranty_admin_beta_all" />
  201. <add key="EntityConnectionString" value="server=pcmiserver23 ;Integrated Security=SSPI;database=pcmi_warranty_admin_beta_all" />
  202. <add key="CoverageConnectionString" value="server=pcmiserver23 ;Integrated Security=SSPI;database=pcmi_warranty_admin_beta_all" />
  203. <add key="UserSecurityConnectionString" value="server=pcmiserver23 ;Integrated Security=SSPI;database=pcmi_warranty_admin_beta_all" />
  204. <add key="VehicleConnectionString" value="server=pcmiserver23 ;Integrated Security=SSPI;database=pcmi_warranty_admin_beta_all" />
  205. <add key="ReportConnectionString" value="server=pcmiserver23 ;Integrated Security=SSPI;database=pcmi_warranty_admin_beta_all" />
  206. <add key="FileConnectionString" value="server=pcmiserver23 ;Integrated Security=SSPI;database=pcmi_file_storage_beta_all" />
  207. <add key="TricorConnectionString" value="server=205.178.152.128;Integrated Security=false;database=tric0rauto;User ID=tric0rsql;Password=Tric0rauto" />
  208. <add key="ImportConnectionString" value="server=pcmiserver23 ;Integrated Security=SSPI;database=pcmi_warranty_admin_beta_all" />
  209. <add key="EarningConnectionString" value="server=pcmiserver23 ;Integrated Security=SSPI;database=pcmi_warranty_admin_beta_all" />
  210. <add key="DecisionTreeConnectionString" value="server=pcmiserver23 ;Integrated Security=SSPI;database=pcmi_warranty_admin_beta_all" />-->
  211.  
  212. <add key="DalAssemblyNameConfig" value="Warranty.Dal.Sql.Config.dll" />
  213. <add key="DalAssemblyNameContract" value="Warranty.Dal.Sql.Contract.dll" />
  214. <add key="DalAssemblyNameClaim" value="Warranty.Dal.Sql.Claim.dll" />
  215. <add key="DalAssemblyNameEntity" value="Warranty.Dal.Sql.Entity.dll" />
  216. <add key="DalAssemblyNameUserSecurity" value="Warranty.Dal.Sql.UserSecurity.dll" />
  217. <add key="DalAssemblyNameCoverage" value="Warranty.Dal.Sql.Coverage.dll" />
  218. <add key="DalAssemblyNameVehicle" value="Warranty.Dal.Sql.Vehicle.dll" />
  219. <add key="DalAssemblyNameReport" value="Warranty.Dal.Sql.Report.dll" />
  220. <add key="DalAssemblyNameTricor" value="Warranty.Dal.Sql.Tricor.dll" />
  221. <add key="DalAssemblyNameImport" value="Warranty.Dal.Sql.Import.dll" />
  222. <add key="DalAssemblyNameEarning" value="Warranty.Dal.Sql.Earning.dll" />
  223. <add key="DalAssemblyNameDecisionTree" value="Warranty.Dal.Sql.DecisionTree.dll" />
  224. <add key="DefaultCulture" value="en-US" />
  225. <add key="DefaultTpa" value="DEMO" />
  226. <add key="WebServiceUser" value="pcmi" />
  227. <add key="WebServicePwd" value="a" />
  228. <add key="AppName" value="DealerProducts.Local" />
  229. <add key="SeverityLogLevel" value="NotSet" />
  230. <!--
  231. Information = 1,
  232. Warning = 2,
  233. Error = 3
  234. -->
  235. <add key="ReceipentList" value="nieduzak.piotr@pcmicorp.com" />
  236. <add key="SenderEmail" value="support@pcmicorp.com" />
  237. <add key="ExternalRepositoryPath" value="C:\PCMI\Development\SVNDEV\Apps\WarrantyApp\Trunk\Repository\" />
  238. <add key="LocalRepositoryPath" value="C:\PCMI\LocalRepository\" />
  239. <add key="ReportServerPath" value="http://pcmidemo.dyndns-server.com/ReportServer_SQL2008" />
  240. <add key="ReportService" value="http://localhost/ReportServer/ReportService2005.asmx" />
  241. <add key="TargetReportFolder" value="WarrantyAppReports/FI Reports" />
  242. <add key="XMLLOGENABLED" value="true" />
  243. <add key="XMLLOGPATH" value="C:\" />
  244. <add key="DefaultConsumerInbox" value="Inbox" />
  245. <add key="FTPConsumerPath" value="C:\PCMI\Import\File\" />
  246. <add key="VehiclePhotosRepositoryPath" value="c:\PCMI\Development\SVNDEV\Apps\WarrantyApp\Trunk\Solution\FIReportingService\VehicleImages\" />
  247. <add key="TitlePageBarDefaultColor" value="none" />
  248. <add key="TitlePageBackgroundColor" value="linear-gradient(#146eb8, #0b2c61)" />
  249. <add key="TitlePageRowColor" value="#2e3239" />
  250. <add key="ReportViewerMessages" value="Warranty.App.Web.CReportViewerCustomMessages, Warranty.App.Web" />
  251. <add key="SPPServiceSaveLog" value="true" />
  252. <add key="EnvironmentName" value="DEV" />
  253. <add key="NewRelic.SendCustomAttributes" value="true" />
  254. <add key="NewRelic.DisableBrowserMonitoring" value="false" />
  255. <add key="UseSqlNotification" value="False" />
  256. <add key="NewRelic.AppName" value="Warranty.App.Web" />
  257. <add key="ValidationSettings:UnobtrusiveValidationMode" value="None" />
  258. </appSettings>
  259. <system.web.extensions>
  260. <scripting>
  261. <webServices>
  262. <jsonSerialization maxJsonLength="2147483644" />
  263. </webServices>
  264. </scripting>
  265. </system.web.extensions>
  266. <!-- Tor(2012-Aug-1):Task#420: Set MaxRequestLenght for ContracTransactionImport page. -->
  267. <location path="TransactionFeed/ContractTransactionImport.aspx">
  268. <system.web>
  269. <httpRuntime maxRequestLength="10240" executionTimeout="36000" />
  270. </system.web>
  271. </location>
  272. <location path="ContractFlatFileImport.aspx">
  273. <system.web>
  274. <httpRuntime maxRequestLength="10240" executionTimeout="360" />
  275. </system.web>
  276. </location>
  277. <location path="SellerEdit.aspx">
  278. <system.web>
  279. <httpRuntime maxRequestLength="10240" executionTimeout="360" requestValidationMode="2.0" />
  280. </system.web>
  281. </location>
  282. <location path="AgentContainer.aspx">
  283. <system.web>
  284. <httpRuntime maxRequestLength="10240" executionTimeout="360" requestValidationMode="2.0" />
  285. </system.web>
  286. </location>
  287. <location path="ReportsView.aspx">
  288. <system.web>
  289. <httpRuntime maxRequestLength="10240" executionTimeout="360000" />
  290. </system.web>
  291. </location>
  292. <location path="RateImport.aspx">
  293. <system.web>
  294. <httpRuntime maxRequestLength="102400" executionTimeout="360000" />
  295. </system.web>
  296. </location>
  297. <location path="UploadSKUs.aspx">
  298. <system.web>
  299. <httpRuntime maxRequestLength="2147483647" executionTimeout="360000" />
  300. </system.web>
  301. </location>
  302. <location path="ImportData.aspx">
  303. <system.web>
  304. <httpRuntime maxRequestLength="2147483647" executionTimeout="360000" />
  305. </system.web>
  306. </location>
  307. <location path="ServiceCenterEditContainer.aspx">
  308. <system.web>
  309. <httpRuntime maxRequestLength="2147483647" executionTimeout="360000" />
  310. </system.web>
  311. </location>
  312. <location path="ContractEdit.aspx">
  313. <system.web>
  314. <httpRuntime maxRequestLength="2147483647" executionTimeout="360000" />
  315. </system.web>
  316. </location>
  317. <location path="EmailCreate.aspx">
  318. <system.web>
  319. <httpRuntime maxRequestLength="5242880" executionTimeout="360000" />
  320. </system.web>
  321. </location>
  322. <location path="FormDefinitionEdit.aspx">
  323. <system.web>
  324. <httpRuntime maxRequestLength="2147483647" executionTimeout="360000" />
  325. </system.web>
  326. </location>
  327. <location path="ListPolicyAllocations.aspx">
  328. <system.web>
  329. <httpRuntime maxRequestLength="2147483647" executionTimeout="360000" />
  330. </system.web>
  331. </location>
  332. <location path="CoverageEditGeneric.aspx">
  333. <system.web>
  334. <httpRuntime maxRequestLength="2147483647" executionTimeout="360000" />
  335. </system.web>
  336. </location>
  337. <location path="CoverageImport.aspx">
  338. <system.web>
  339. <httpRuntime maxRequestLength="2147483647" executionTimeout="360000" />
  340. </system.web>
  341. </location>
  342. <location path="ExportPage.aspx">
  343. <system.web>
  344. <httpRuntime maxRequestLength="2147483647" executionTimeout="360000" />
  345. </system.web>
  346. </location>
  347. <location path="CoverageClone.aspx">
  348. <system.web>
  349. <httpRuntime maxRequestLength="2147483647" executionTimeout="360000" />
  350. </system.web>
  351. </location>
  352. <!--
  353. For a description of web.config changes see http://go.microsoft.com/fwlink/?LinkId=235367.
  354.  
  355. The following attributes can be set on the <httpRuntime> tag.
  356. <system.Web>
  357. <httpRuntime targetFramework="4.5" />
  358. </system.Web>
  359. -->
  360. <system.web>
  361. <!--
  362. Set compilation debug="true" to insert debugging
  363. symbols into the compiled page. Because this
  364. affects performance, set this value to true only
  365. during development.
  366. -->
  367. <compilation debug="true" targetFramework="4.7.2">
  368. <assemblies>
  369. <add assembly="DevExpress.Web.v17.2, Version=17.2.6.0, Culture=neutral, PublicKeyToken=B88D1754D700E49A" />
  370. <add assembly="DevExpress.Data.v17.2, Version=17.2.6.0, Culture=neutral, PublicKeyToken=B88D1754D700E49A" />
  371. <add assembly="DevExpress.Web.ASPxTreeList.v17.2, Version=17.2.6.0, Culture=neutral, PublicKeyToken=B88D1754D700E49A" />
  372. <add assembly="DevExpress.Web.ASPxHTMLEditor.v17.2, Version=17.2.6.0, Culture=neutral, PublicKeyToken=B88D1754D700E49A" />
  373. <add assembly="DevExpress.XtraReports.v17.2.Web, Version=17.2.6.0, Culture=neutral, PublicKeyToken=B88D1754D700E49A" />
  374. <add assembly="DevExpress.XtraReports.v17.2, Version=17.2.6.0, Culture=neutral, PublicKeyToken=B88D1754D700E49A" />
  375. <add assembly="DevExpress.XtraPrinting.v17.2, Version=17.2.6.0, Culture=neutral, PublicKeyToken=B88D1754D700E49A" />
  376. <add assembly="DevExpress.Utils.v17.2, Version=17.2.6.0, Culture=neutral, PublicKeyToken=B88D1754D700E49A" />
  377. <add assembly="DevExpress.RichEdit.v17.2.Core, Version=17.2.6.0, Culture=neutral, PublicKeyToken=B88D1754D700E49A" />
  378. <add assembly="DevExpress.Web.ASPxThemes.v17.2, Version=17.2.6.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
  379. <add assembly="DevExpress.Web.Resources.v17.2, Version=17.2.6.0, Culture=neutral, PublicKeyToken=B88D1754D700E49A" />
  380. </assemblies>
  381. <buildProviders>
  382. <add extension=".rdlc" type="Microsoft.Reporting.RdlBuildProvider, Microsoft.ReportViewer.WebForms, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
  383. </buildProviders>
  384. </compilation>
  385. <!--
  386. The <authentication> section enables configuration
  387. of the security authentication mode used by
  388. ASP.NET to identify an incoming user.
  389. -->
  390. <!--<authentication mode="Windows" />
  391. <identity impersonate="true" userName="" password="" />-->
  392. <!--
  393. The <customErrors> section enables configuration
  394. of what to do if/when an unhandled error occurs
  395. during the execution of a request. Specifically,
  396. it enables developers to configure html error pages
  397. to be displayed in place of a error stack trace.
  398.  
  399. <customErrors mode="RemoteOnly" defaultRedirect="GenericErrorPage.htm">
  400. <error statusCode="403" redirect="NoAccess.htm" />
  401. <error statusCode="404" redirect="FileNotFound.htm" />
  402. </customErrors>
  403. -->
  404. <customErrors mode="RemoteOnly" defaultRedirect="~/Error.aspx" />
  405. <sessionState mode="SQLServer" sqlConnectionString="data source=PCMIPLPC32;Integrated Security=True;" cookieless="false" timeout="360" />
  406. <machineKey validationKey="7CC8D2BC10EEC76B6FEE100EC4EF3AFB05B66CFFAC85EAFAF7F90B3E43974412595F0B6BDED8C840C11BA402FAB97DDB57948ADF800E6FA3BE111103D00D4519" decryptionKey="636B6B03419A4C036690AE938460AF0677048E061E11A5BE" validation="SHA1" />
  407. <pages controlRenderingCompatibilityVersion="4.0">
  408. <controls>
  409. <add tagPrefix="dx" assembly="DevExpress.Web.v17.2, Version=17.2.6.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" namespace="DevExpress.Web" />
  410. <add tagPrefix="dx" assembly="DevExpress.Web.ASPxTreeList.v17.2, Version=17.2.6.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" namespace="DevExpress.Web.ASPxTreeList" />
  411. <add tagPrefix="dxw" assembly="DevExpress.Web.v17.2, Version=17.2.6.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" namespace="DevExpress.Web" />
  412. <add tagPrefix="dx" assembly="DevExpress.XtraReports.v17.2.Web, Version=17.2.6.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" namespace="DevExpress.XtraReports.Web" />
  413. </controls>
  414. </pages>
  415. <httpHandlers>
  416. <remove path="*.asmx" verb="*" />
  417. <add path="*.asmx" verb="*" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" validate="false" />
  418. <add path="*_AppService.axd" verb="*" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" validate="false" />
  419. <add path="ScriptResource.axd" verb="GET,HEAD" type="System.Web.Handlers.ScriptResourceHandler, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" validate="false" />
  420. <add path="ASPxUploadProgressHandlerPage.ashx" verb="GET,POST" type="DevExpress.Web.ASPxUploadProgressHttpHandler, DevExpress.Web.v17.2, Version=17.2.6.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" validate="false" />
  421. <add path="Reserved.ReportViewerWebControl.axd" verb="*" type="Microsoft.Reporting.WebForms.HttpHandler, Microsoft.ReportViewer.WebForms, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" validate="false" />
  422. <add type="DevExpress.Web.ASPxHttpHandlerModule, DevExpress.Web.v17.2, Version=17.2.6.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" verb="GET,POST" path="DX.ashx" validate="false" />
  423. <remove path="*.pdf" verb="*" />
  424. <add path="*.pdf" verb="*" validate="true" type="Warranty.App.Web.PdfHttpHandler" />
  425. <add validate="false" verb="GET,POST" path="DXXRDV.axd" type="DevExpress.Web.ASPxHttpHandlerModule, DevExpress.Web.v17.2, Version=17.2.6.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
  426. <add validate="false" verb="GET,POST" path="DXXRD.axd" type="DevExpress.Web.ASPxHttpHandlerModule, DevExpress.Web.v17.2, Version=17.2.6.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
  427. <add validate="false" verb="GET,POST" path="DXQB.axd" type="DevExpress.Web.ASPxHttpHandlerModule, DevExpress.Web.v17.2, Version=17.2.6.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
  428. </httpHandlers>
  429. <httpModules>
  430. <add name="ScriptModule" type="System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
  431. <add type="DevExpress.Web.ASPxHttpHandlerModule, DevExpress.Web.v17.2, Version=17.2.6.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" name="ASPxHttpHandlerModule" />
  432. </httpModules>
  433. <httpRuntime requestValidationType="Warranty.App.Web.Code.CustomRequestValidator" enableVersionHeader="false" targetFramework="4.7.2" />
  434. </system.web>
  435. <!--
  436. The system.webServer section is required for running ASP.NET AJAX under Internet
  437. Information Services 7.0. It is not necessary for previous version of IIS.
  438. -->
  439. <system.webServer>
  440. <validation validateIntegratedModeConfiguration="false" />
  441. <httpProtocol>
  442. <customHeaders>
  443. <remove name="X-Powered-By" />
  444. </customHeaders>
  445. </httpProtocol>
  446. <modules>
  447. <remove name="ScriptModule" />
  448. <add name="ScriptModule" preCondition="managedHandler" type="System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
  449. <add type="DevExpress.Web.ASPxHttpHandlerModule, DevExpress.Web.v17.2, Version=17.2.6.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" name="ASPxHttpHandlerModule" />
  450. <remove name="SecurityModule" />
  451. <add name="SecurityModule" type="Warranty.App.Web.Code.SecurityModule" />
  452. </modules>
  453. <handlers>
  454. <remove name="WebServiceHandlerFactory-Integrated" />
  455. <remove name="ScriptHandlerFactory" />
  456. <remove name="ScriptHandlerFactoryAppServices" />
  457. <remove name="ScriptResource" />
  458. <add name="ScriptHandlerFactory" verb="*" path="*.asmx" preCondition="integratedMode" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
  459. <add name="ScriptHandlerFactoryAppServices" verb="*" path="*_AppService.axd" preCondition="integratedMode" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
  460. <add name="ScriptResource" preCondition="integratedMode" verb="GET,HEAD" path="ScriptResource.axd" type="System.Web.Handlers.ScriptResourceHandler, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
  461. <add type="DevExpress.Web.ASPxUploadProgressHttpHandler, DevExpress.Web.v17.2, Version=17.2.6.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" verb="GET,POST" path="ASPxUploadProgressHandlerPage.ashx" name="ASPxUploadProgressHandler" preCondition="integratedMode" />
  462. <add name="ReportViewerWebControlHandler" preCondition="integratedMode" verb="*" path="Reserved.ReportViewerWebControl.axd" type="Microsoft.Reporting.WebForms.HttpHandler, Microsoft.ReportViewer.WebForms, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
  463. <add type="DevExpress.Web.ASPxHttpHandlerModule, DevExpress.Web.v17.2, Version=17.2.6.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" verb="GET,POST" path="DX.ashx" name="ASPxHttpHandlerModule" preCondition="integratedMode" />
  464. <add name="PdfFile" path="*.pdf" verb="*" type="Warranty.App.Web.PdfHttpHandler" resourceType="Unspecified" />
  465. <add name="ASPxWebDocumentViewerHandlerModule" preCondition="integratedMode" verb="GET,POST" path="DXXRDV.axd" type="DevExpress.Web.ASPxHttpHandlerModule, DevExpress.Web.v17.2, Version=17.2.6.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
  466. <add name="ASPxReportDesignerHandlerModule" preCondition="integratedMode" verb="GET,POST" path="DXXRD.axd" type="DevExpress.Web.ASPxHttpHandlerModule, DevExpress.Web.v17.2, Version=17.2.6.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
  467. <add name="ASPxQueryBuilderDesignerHandlerModule" preCondition="integratedMode" verb="GET,POST" path="DXQB.axd" type="DevExpress.Web.ASPxHttpHandlerModule, DevExpress.Web.v17.2, Version=17.2.6.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
  468. </handlers>
  469. </system.webServer>
  470. <system.serviceModel>
  471. <diagnostics>
  472. <messageLogging logEntireMessage="true" logMalformedMessages="true" logMessagesAtServiceLevel="true" logMessagesAtTransportLevel="false" maxSizeOfMessageToLog="2621440" />
  473. </diagnostics>
  474. <bindings>
  475. <basicHttpBinding>
  476. <binding name="AddressFactorySoap" closeTimeout="00:01:00" openTimeout="00:01:00" receiveTimeout="00:10:00" sendTimeout="00:01:00" allowCookies="false" bypassProxyOnLocal="false" hostNameComparisonMode="StrongWildcard" maxBufferSize="65536" maxBufferPoolSize="524288" maxReceivedMessageSize="65536" messageEncoding="Text" textEncoding="utf-8" transferMode="Buffered" useDefaultWebProxy="true">
  477. <readerQuotas maxDepth="32" maxStringContentLength="8192" maxArrayLength="16384" maxBytesPerRead="4096" maxNameTableCharCount="16384" />
  478. <security mode="None">
  479. <transport clientCredentialType="None" proxyCredentialType="None" realm="" />
  480. <message clientCredentialType="UserName" algorithmSuite="Default" />
  481. </security>
  482. </binding>
  483. <binding name="BankSoap" closeTimeout="00:01:00" openTimeout="00:01:00" receiveTimeout="00:10:00" sendTimeout="00:01:00" allowCookies="false" bypassProxyOnLocal="false" hostNameComparisonMode="StrongWildcard" maxBufferSize="65536" maxBufferPoolSize="524288" maxReceivedMessageSize="65536" messageEncoding="Text" textEncoding="utf-8" transferMode="Buffered" useDefaultWebProxy="true">
  484. <readerQuotas maxDepth="32" maxStringContentLength="8192" maxArrayLength="16384" maxBytesPerRead="4096" maxNameTableCharCount="16384" />
  485. <security mode="Transport">
  486. <transport clientCredentialType="None" proxyCredentialType="None" realm="" />
  487. <message clientCredentialType="UserName" algorithmSuite="Default" />
  488. </security>
  489. </binding>
  490. <binding name="BankSoap1" closeTimeout="00:01:00" openTimeout="00:01:00" receiveTimeout="00:10:00" sendTimeout="00:01:00" allowCookies="false" bypassProxyOnLocal="false" hostNameComparisonMode="StrongWildcard" maxBufferSize="65536" maxBufferPoolSize="524288" maxReceivedMessageSize="65536" messageEncoding="Text" textEncoding="utf-8" transferMode="Buffered" useDefaultWebProxy="true">
  491. <readerQuotas maxDepth="32" maxStringContentLength="8192" maxArrayLength="16384" maxBytesPerRead="4096" maxNameTableCharCount="16384" />
  492. <security mode="None">
  493. <transport clientCredentialType="None" proxyCredentialType="None" realm="" />
  494. <message clientCredentialType="UserName" algorithmSuite="Default" />
  495. </security>
  496. </binding>
  497. <binding name="WeOweInsertUpdatePortBinding" closeTimeout="00:01:00" openTimeout="00:01:00" receiveTimeout="00:10:00" sendTimeout="00:01:00" allowCookies="false" bypassProxyOnLocal="false" hostNameComparisonMode="StrongWildcard" maxBufferSize="65536" maxBufferPoolSize="524288" maxReceivedMessageSize="65536" messageEncoding="Text" textEncoding="utf-8" transferMode="Buffered" useDefaultWebProxy="true">
  498. <readerQuotas maxDepth="32" maxStringContentLength="8192" maxArrayLength="16384" maxBytesPerRead="4096" maxNameTableCharCount="16384" />
  499. <security mode="Transport">
  500. <transport clientCredentialType="None" proxyCredentialType="None" realm="" />
  501. <message clientCredentialType="UserName" algorithmSuite="Default" />
  502. </security>
  503. </binding>
  504. <binding name="WeOweInsertUpdatePortBinding1" closeTimeout="00:01:00" openTimeout="00:01:00" receiveTimeout="00:10:00" sendTimeout="00:01:00" allowCookies="false" bypassProxyOnLocal="false" hostNameComparisonMode="StrongWildcard" maxBufferSize="65536" maxBufferPoolSize="524288" maxReceivedMessageSize="65536" messageEncoding="Text" textEncoding="utf-8" transferMode="Buffered" useDefaultWebProxy="true">
  505. <readerQuotas maxDepth="32" maxStringContentLength="8192" maxArrayLength="16384" maxBytesPerRead="4096" maxNameTableCharCount="16384" />
  506. <security mode="None">
  507. <transport clientCredentialType="None" proxyCredentialType="None" realm="" />
  508. <message clientCredentialType="UserName" algorithmSuite="Default" />
  509. </security>
  510. </binding>
  511. <binding name="DealSearchPortBinding" closeTimeout="00:01:00" openTimeout="00:01:00" receiveTimeout="00:10:00" sendTimeout="00:01:00" allowCookies="false" bypassProxyOnLocal="false" hostNameComparisonMode="StrongWildcard" maxBufferSize="65536" maxBufferPoolSize="524288" maxReceivedMessageSize="65536" messageEncoding="Text" textEncoding="utf-8" transferMode="Buffered" useDefaultWebProxy="true">
  512. <readerQuotas maxDepth="32" maxStringContentLength="8192" maxArrayLength="16384" maxBytesPerRead="4096" maxNameTableCharCount="16384" />
  513. <security mode="Transport">
  514. <transport clientCredentialType="None" proxyCredentialType="None" realm="" />
  515. <message clientCredentialType="UserName" algorithmSuite="Default" />
  516. </security>
  517. </binding>
  518. <binding name="DealSearchPortBinding1" closeTimeout="00:01:00" openTimeout="00:01:00" receiveTimeout="00:10:00" sendTimeout="00:01:00" allowCookies="false" bypassProxyOnLocal="false" hostNameComparisonMode="StrongWildcard" maxBufferSize="65536" maxBufferPoolSize="524288" maxReceivedMessageSize="65536" messageEncoding="Text" textEncoding="utf-8" transferMode="Buffered" useDefaultWebProxy="true">
  519. <readerQuotas maxDepth="32" maxStringContentLength="8192" maxArrayLength="16384" maxBytesPerRead="4096" maxNameTableCharCount="16384" />
  520. <security mode="None">
  521. <transport clientCredentialType="None" proxyCredentialType="None" realm="" />
  522. <message clientCredentialType="UserName" algorithmSuite="Default" />
  523. </security>
  524. </binding>
  525. <binding name="DealSaveCustomPortBinding" closeTimeout="00:01:00" openTimeout="00:01:00" receiveTimeout="00:10:00" sendTimeout="00:01:00" allowCookies="false" bypassProxyOnLocal="false" hostNameComparisonMode="StrongWildcard" maxBufferSize="65536" maxBufferPoolSize="524288" maxReceivedMessageSize="65536" messageEncoding="Text" textEncoding="utf-8" transferMode="Buffered" useDefaultWebProxy="true">
  526. <readerQuotas maxDepth="32" maxStringContentLength="8192" maxArrayLength="16384" maxBytesPerRead="4096" maxNameTableCharCount="16384" />
  527. <security mode="Transport">
  528. <transport clientCredentialType="None" proxyCredentialType="None" realm="" />
  529. <message clientCredentialType="UserName" algorithmSuite="Default" />
  530. </security>
  531. </binding>
  532. <binding name="DealSaveCustomPortBinding1" closeTimeout="00:01:00" openTimeout="00:01:00" receiveTimeout="00:10:00" sendTimeout="00:01:00" allowCookies="false" bypassProxyOnLocal="false" hostNameComparisonMode="StrongWildcard" maxBufferSize="65536" maxBufferPoolSize="524288" maxReceivedMessageSize="65536" messageEncoding="Text" textEncoding="utf-8" transferMode="Buffered" useDefaultWebProxy="true">
  533. <readerQuotas maxDepth="32" maxStringContentLength="8192" maxArrayLength="16384" maxBytesPerRead="4096" maxNameTableCharCount="16384" />
  534. <security mode="None">
  535. <transport clientCredentialType="None" proxyCredentialType="None" realm="" />
  536. <message clientCredentialType="UserName" algorithmSuite="Default" />
  537. </security>
  538. </binding>
  539. <binding name="starTransport" closeTimeout="00:01:00" openTimeout="00:01:00" receiveTimeout="00:10:00" sendTimeout="00:01:00" allowCookies="false" bypassProxyOnLocal="false" hostNameComparisonMode="StrongWildcard" maxBufferSize="65536" maxBufferPoolSize="524288" maxReceivedMessageSize="65536" messageEncoding="Text" textEncoding="utf-8" transferMode="Buffered" useDefaultWebProxy="true">
  540. <readerQuotas maxDepth="32" maxStringContentLength="8192" maxArrayLength="16384" maxBytesPerRead="4096" maxNameTableCharCount="16384" />
  541. <security mode="TransportWithMessageCredential">
  542. <message clientCredentialType="UserName" />
  543. </security>
  544. </binding>
  545. <binding name="ContractExchangeSoap" closeTimeout="00:01:00" openTimeout="00:01:00" receiveTimeout="00:10:00" sendTimeout="00:01:00" allowCookies="false" bypassProxyOnLocal="false" hostNameComparisonMode="StrongWildcard" maxBufferSize="2147483647" maxBufferPoolSize="524288" maxReceivedMessageSize="2147483647" messageEncoding="Text" textEncoding="utf-8" transferMode="Buffered" useDefaultWebProxy="true">
  546. <readerQuotas maxDepth="32" maxStringContentLength="8192" maxArrayLength="16384" maxBytesPerRead="4096" maxNameTableCharCount="16384" />
  547. <security mode="Transport">
  548. <message clientCredentialType="UserName" />
  549. </security>
  550. </binding>
  551. </basicHttpBinding>
  552. <netMsmqBinding>
  553. <binding name="MsmqBindingNonTransactionalNoSecurity" exactlyOnce="false" useActiveDirectory="false">
  554. <security mode="None">
  555. <transport msmqAuthenticationMode="None" msmqProtectionLevel="None" />
  556. </security>
  557. </binding>
  558. <binding name="MsmqBindingNonTransactionalTransportSecurity" exactlyOnce="false">
  559. <security mode="Transport" />
  560. </binding>
  561. <binding name="MsmqBindingTransactionalTransportSecurity" exactlyOnce="true" receiveErrorHandling="Move">
  562. <security mode="Transport" />
  563. </binding>
  564. </netMsmqBinding>
  565. </bindings>
  566. <client>
  567. <endpoint address="http://web05.pcmius.com/addressservice/AddressFactory.asmx" binding="basicHttpBinding" bindingConfiguration="AddressFactorySoap" contract="AddressServiceUtility.AddressFactorySoap" name="AddressFactorySoap" />
  568. <endpoint address="https://www.pcrsprod.com/BankLookup/Bank.asmx" binding="basicHttpBinding" bindingConfiguration="BankSoap" contract="BankLookup.BankSoap" name="BankSoap" />
  569. <endpoint address="https://www.dmotorworks.com:443/pip-we-owe/services/WeOweInsertUpdate" binding="basicHttpBinding" bindingConfiguration="WeOweInsertUpdatePortBinding" contract="ADPWeOweInsertUpdate.WeOweInsertUpdate" name="WeOweInsertUpdatePort" />
  570. <endpoint address="https://www.dmotorworks.com:443/pip-deal/services/DealSearch" binding="basicHttpBinding" bindingConfiguration="DealSearchPortBinding" contract="ADPDealSearch.DealSearch" name="DealSearchPort" />
  571. <endpoint address="https://www.dmotorworks.com:443/pip-deal/services/DealInsertUpdateCustom" binding="basicHttpBinding" bindingConfiguration="DealSaveCustomPortBinding" contract="ADPDealInsert.DealSaveCustom" name="DealSaveCustomPort" />
  572. <endpoint address="net.msmq://localhost/private/DistributedServices.Rating/ContractService.svc" binding="netMsmqBinding" bindingConfiguration="MsmqBindingNonTransactionalNoSecurity" contract="DistributedServices.Rating.IContractServiceMsmq" name="NetMsmqBinding_IContractServiceMsmq" />
  573. <endpoint address="https://otcert.arkona.com/opentrack/webservice.asmx" binding="basicHttpBinding" bindingConfiguration="starTransport" contract="OpenTrack.starTransport" name="starTransport" />
  574. <endpoint address="https://gmwstest.sppinc.net/pcmi/contractexchange.asmx" binding="basicHttpBinding" bindingConfiguration="ContractExchangeSoap" contract="SppServiceReference.ContractExchangeSoap" name="ContractExchangeSoap" />
  575. </client>
  576. </system.serviceModel>
  577. <devExpress>
  578. <!-- Do not compress here, we use IIS compresssion -->
  579. <compression enableHtmlCompression="false" enableCallbackCompression="false" enableResourceCompression="false" enableResourceMerging="false" />
  580. <themes enableThemesAssembly="true" styleSheetTheme="" theme="" customThemeAssemblies="" baseColor="" font="" />
  581. <errors callbackErrorRedirectUrl="" />
  582. <settings rightToLeft="false" doctypeMode="Xhtml" embedRequiredClientLibraries="false" ieCompatibilityVersion="edge" accessibilityCompliant="false" checkReferencesToExternalScripts="false" bootstrapMode="" protectControlState="true" />
  583. </devExpress>
  584. <entityFramework>
  585. <defaultConnectionFactory type="System.Data.Entity.Infrastructure.LocalDbConnectionFactory, EntityFramework">
  586. <parameters>
  587. <parameter value="v12.0" />
  588. </parameters>
  589. </defaultConnectionFactory>
  590. </entityFramework>
  591. <runtime>
  592. <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
  593. <dependentAssembly>
  594. <assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />
  595. <bindingRedirect oldVersion="0.0.0.0-9.0.0.0" newVersion="9.0.0.0" />
  596. </dependentAssembly>
  597. <dependentAssembly>
  598. <assemblyIdentity name="StackExchange.Redis.StrongName" publicKeyToken="c219ff1ca8c2ce46" culture="neutral" />
  599. <bindingRedirect oldVersion="0.0.0.0-1.2.6.0" newVersion="1.2.6.0" />
  600. </dependentAssembly>
  601. <dependentAssembly>
  602. <assemblyIdentity name="Autofac" publicKeyToken="17863af14b0044da" culture="neutral" />
  603. <bindingRedirect oldVersion="0.0.0.0-4.8.1.0" newVersion="4.8.1.0" />
  604. </dependentAssembly>
  605. <dependentAssembly>
  606. <assemblyIdentity name="NewRelic.Api.Agent" publicKeyToken="06552fced0b33d87" culture="neutral" />
  607. <bindingRedirect oldVersion="0.0.0.0-6.16.178.0" newVersion="6.16.178.0" />
  608. </dependentAssembly>
  609. <dependentAssembly>
  610. <assemblyIdentity name="AutoMapper" publicKeyToken="be96cd2c38ef1005" culture="neutral" />
  611. <bindingRedirect oldVersion="0.0.0.0-7.0.0.0" newVersion="7.0.0.0" />
  612. </dependentAssembly>
  613. <dependentAssembly>
  614. <assemblyIdentity name="itextsharp" publicKeyToken="8354ae6d2174ddca" culture="neutral" />
  615. <bindingRedirect oldVersion="0.0.0.0-5.5.13.0" newVersion="5.5.13.0" />
  616. </dependentAssembly>
  617. <dependentAssembly>
  618. <assemblyIdentity name="MoreLinq" publicKeyToken="384d532d7e88985d" culture="neutral" />
  619. <bindingRedirect oldVersion="0.0.0.0-2.10.21623.0" newVersion="2.10.21623.0" />
  620. </dependentAssembly>
  621. <dependentAssembly>
  622. <assemblyIdentity name="System.ValueTuple" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
  623. <bindingRedirect oldVersion="0.0.0.0-4.0.3.0" newVersion="4.0.3.0" />
  624. </dependentAssembly>
  625. </assemblyBinding>
  626. </runtime>
  627. <system.codedom>
  628. <compilers>
  629. <compiler language="c#;cs;csharp" extension=".cs" type="Microsoft.CodeDom.Providers.DotNetCompilerPlatform.CSharpCodeProvider, Microsoft.CodeDom.Providers.DotNetCompilerPlatform, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" warningLevel="4" compilerOptions="/langversion:default /nowarn:1659;1699;1701" />
  630. <compiler language="vb;vbs;visualbasic;vbscript" extension=".vb" type="Microsoft.CodeDom.Providers.DotNetCompilerPlatform.VBCodeProvider, Microsoft.CodeDom.Providers.DotNetCompilerPlatform, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" warningLevel="4" compilerOptions="/langversion:default /nowarn:41008 /define:_MYTYPE=\&quot;Web\&quot; /optionInfer+" />
  631. </compilers>
  632. </system.codedom>
  633. </configuration>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement