Advertisement
Guest User

Untitled

a guest
Jun 28th, 2018
282
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 30.71 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!--
  3. Note: As an alternative to hand editing this file you can use the
  4. web admin tool to configure settings for your application. Use
  5. the Website->Asp.Net Configuration option in Visual Studio.
  6. A full list of settings and comments can be found in
  7. machine.config.comments usually located in
  8. \Windows\Microsoft.Net\Framework\v2.x\Config
  9. -->
  10. <configuration>
  11. <!--<configSections>
  12. <section name="dataCacheClients" type="Microsoft.ApplicationServer.Caching.DataCacheClientsSection, Microsoft.ApplicationServer.Caching.Core"
  13. allowLocation="true" allowDefinition="Everywhere"/>
  14. </configSections>
  15. <dataCacheClients>
  16. <dataCacheClient name="default">
  17. <hosts>
  18. <host name="PhenomenexCache.cache.windows.net" cachePort="22233" />
  19. </hosts>
  20. <securityProperties mode="Message">
  21. <messageSecurity
  22. authorizationInfo="YWNzOmh0dHBzOi8vcGhlbm9tZW5leGNhY2hlLWNhY2hlLmFjY2Vzc2NvbnRyb2wud2luZG93cy5uZXQvV1JBUHYwLjkvJm93bmVyJjZOeTA1YWZjYm9zZEQzZ24waEtXd0R4aW9nS3RjaXVKY3hKTFpJRm55TEU9Jmh0dHA6Ly9QaGVub21lbmV4Q2FjaGUuY2FjaGUud2luZG93cy5uZXQ=">
  23. </messageSecurity>
  24. </securityProperties>
  25. </dataCacheClient>
  26. </dataCacheClients>-->
  27. <!--<dataCacheClients>
  28. <dataCacheClient name="default">
  29. <autoDiscover isEnabled="true" identifier="default" />
  30. </dataCacheClient>
  31. </dataCacheClients>-->
  32. <configSections>
  33. <sectionGroup name="applicationSettings" type="System.Configuration.ApplicationSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
  34. <section name="MvcWebRole1.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" />
  35. </sectionGroup>
  36. <!-- For more information on Entity Framework configuration, visit http://go.microsoft.com/fwlink/?LinkID=237468 -->
  37. <section name="entityFramework" type="System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection, EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" />
  38. <section name="botDetect" requirePermission="false" type="BotDetect.Configuration.BotDetectConfigurationSection, BotDetect" />
  39. </configSections>
  40. <system.diagnostics>
  41. <trace>
  42. <listeners>
  43. <add type="Microsoft.WindowsAzure.Diagnostics.DiagnosticMonitorTraceListener, Microsoft.WindowsAzure.Diagnostics, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" name="AzureDiagnostics">
  44. <filter type="" />
  45. </add>
  46. <add name="myAppInsightsListener" type="Microsoft.ApplicationInsights.TraceListener.ApplicationInsightsTraceListener, Microsoft.ApplicationInsights.TraceListener" />
  47. </listeners>
  48. </trace>
  49. </system.diagnostics>
  50. <appSettings>
  51. <add key="vs:EnableBrowserLink" value="false" />
  52. <!-- When using the local development table storage service only the default values given
  53. below will work for the tables (Membership, Roles and Sessions) since these are the names
  54. of the properties on the DataServiceContext class -->
  55. <add key="DefaultMembershipTableName" value="Membership" />
  56. <add key="DefaultRoleTableName" value="Roles" />
  57. <add key="DefaultSessionTableName" value="Sessions" />
  58. <add key="DefaultProviderApplicationName" value="Phenomenex" />
  59. <add key="DefaultSessionContainerName" />
  60. <add key="enableSimpleMembership" value="false" />
  61. <add key="autoFormsAuthentication" value="false" />
  62. <add key="StorageConnectionString" value="DefaultEndpointsProtocol=https;AccountName=phenomenex;AccountKey=FfscJO4DN3I6mVEBymsKOG7mQdou0ArRG/hulVQXPK0JZenoTZekHFRTY9XyT9ZfkLRAwbceeCf5fDZoKgmRkw==" />
  63. <!-- Cloud related env settings, copied from Dev.Local on 2018-03-28 -->
  64. <add key="RedisConnectionString" value="phenomenexRedis.redis.cache.windows.net:6380,password=29qQywD4EdqMPbvhO6UmlpeKEs6OeqlfZ/Yyi2/T3Fc=,ssl=True,abortConnect=False,syncTimeout=10000" />
  65. <add key="SmtpServer" value="smtp.sendgrid.net" />
  66. <add key="SmtpUsername" value="websupport@phenomenex.com" />
  67. <add key="SmtpPassword" value="phenopass2015" />
  68. <add key="SendGridServer" value="smtp.sendgrid.net" />
  69. <add key="SendGridUsername" value="websupport@phenomenex.com" />
  70. <add key="SendGridPassword" value="phenopass2015" />
  71. <add key="SmtpPort" value="587" />
  72. <add key="SmtpSSL" value="false" />
  73. <add key="SmtpTestOnly" value="true" />
  74. <add key="FromAddress" value="xwebsupport@phenomenex.com" />
  75. <add key="FromInternationalEmail" value="international@phenomenex.com" />
  76. <add key="TestEmailAddress" value="" />
  77. <add key="BCCAddress" value="ericno@phenomenex.com" />
  78. <add key="Key" value="67S5mhkE101Ui4gz1L592bQiCjqg9Exa" />
  79. <add key="JavascriptVersion" value="131" />
  80. <add key="CssVersion" value="128" />
  81. <add key="PerformanceCounterMinutes" value="0" />
  82. <add key="WindowsEventMinutes" value="0" />
  83. <add key="LogMinutes" value="0" />
  84. <add key="DirectoryMinutes" value="0" />
  85. <add key="DiagnosticMinutes" value="0" />
  86. <add key="GlobalPromoCodes" value="glob_knxphenyl~glob_aeris_lnch" />
  87. <add key="MSCRMConnectionString" value="ServiceUri=https://crm2.phenpreview.com/Phenomenex/XRMServices/2011/Organization.svc; UserName=phencrmstaging\phxcrmadmin; Password=$$Phx2015" />
  88. <add key="UseBlobCDN" value="true" />
  89. <add key="MaxMindUserID" value="116679" />
  90. <add key="MaxMindLicenseKey" value="EQKX7cK6dGzi" />
  91. <add key="MaxMindTimeout" value="30000" />
  92. <add key="RegionCacheTimeSpan" value="0.06:00:00" />
  93. <add key="APPINSIGHTS_INSTRUMENTATIONKEY" value="4bfafc52-027f-4828-bd68-e061814db5c7" />
  94. <!-- DEV -->
  95. <!--<add key="DataConnection" value="DefaultEndpointsProtocol=https;AccountName=phenomenexdev;AccountKey=z6W61JhU6zaftnCJwj7zqHk+AincfkwQEn/iu9qDrCxdJW7Y5M3hPmV7gWkMPIU7mFX3puebLVAflIn4jNTT0g==" />
  96. <add key="ElasticSearchUrl" value="https://03561fbf980d766340466d08725088e3.us-west-2.aws.found.io:9243" />
  97. <add key="ElasticSearchUsername" value="elastic" />
  98. <add key="ElasticSearchPassword" value="93VnXnUt1b50KJTHdBqdOqsn" />-->
  99. <!-- PROD -->
  100. <add key="DataConnection" value="DefaultEndpointsProtocol=https;AccountName=phenomenexcn;AccountKey=Zr95HS3MCYQDjzKk4XiCozunhTDoZgXYQDi3x4XWK56l9ZBo4Dudx4OiJtJ/kmstkdvtLzkFFSBGcUQYSI51iQ==;EndpointSuffix=core.chinacloudapi.cn" />
  101. <add key="ElasticSearchUrl" value="https://e6a7e9613e9596fc8509f30682db946d.us-east-1.aws.found.io:9243/" />
  102. <add key="ElasticSearchUsername" value="elastic" />
  103. <add key="ElasticSearchPassword" value="xozRSMUXwRuI814G8cWpIAX4" />
  104. </appSettings>
  105. <connectionStrings>
  106. <!-- add name="ApplicationServices" connectionString="data source=.\SQLEXPRESS;Integrated Security=SSPI;AttachDBFilename=|DataDirectory|aspnetdb.mdf;User Instance=true" providerName="System.Data.SqlClient"/-->
  107. <add name="WebSQL" connectionString="metadata=res://*/Models.WebSQLModel.csdl|res://*/Models.WebSQLModel.ssdl|res://*/Models.WebSQLModel.msl;provider=System.Data.SqlClient;provider connection string=&quot;data source=md9k1ozheg.database.windows.net;initial catalog=PhenomenexWebStite;persist security info=True;user id=webuser;password=Higgens!(1218);MultipleActiveResultSets=True;App=EntityFramework&quot;" providerName="System.Data.EntityClient" />
  108. <add name="PhenomenexWebStiteEntities" connectionString="metadata=res://*/Data.PhenomenexWebSiteModel.csdl|res://*/Data.PhenomenexWebSiteModel.ssdl|res://*/Data.PhenomenexWebSiteModel.msl;provider=System.Data.SqlClient;provider connection string=&quot;data source=md9k1ozheg.database.windows.net;initial catalog=PhenomenexWebStite;persist security info=True;user id=webuser;password=Higgens!(1218);multipleactiveresultsets=True;application name=EntityFramework&quot;" providerName="System.Data.EntityClient" />
  109. </connectionStrings>
  110. <!--
  111. For a description of web.config changes see http://go.microsoft.com/fwlink/?LinkId=235367.
  112.  
  113. The following attributes can be set on the <httpRuntime> tag.
  114. <system.Web>
  115. <httpRuntime targetFramework="4.5" />
  116. </system.Web>
  117. -->
  118. <system.web>
  119. <!--
  120. Set compilation debug="true" to insert debugging
  121. symbols into the compiled page. Because this
  122. affects performance, set this value to true only
  123. during development.
  124. -->
  125. <compilation debug="true" targetFramework="4.6.2">
  126. <assemblies>
  127. <add assembly="System.Web.Mvc, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
  128. <add assembly="System.Web.Abstractions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
  129. <add assembly="System.Web.Routing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
  130. <add assembly="System.Data.Linq, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089" />
  131. <add assembly="System.Web.WebPages, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
  132. <add assembly="System.Web.Helpers, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
  133. </assemblies>
  134. </compilation>
  135. <!--
  136. The <authentication> section enables configuration
  137. of the security authentication mode used by
  138. ASP.NET to identify an incoming user.
  139. -->
  140. <authentication mode="Forms">
  141. <!-- Secure flag and protection are set in Web.Release.config -->
  142. <forms loginUrl="/Account/LogOn" timeout="20160" slidingExpiration="true" requireSSL="false" name="phxFormsAuth" />
  143. </authentication>
  144. <anonymousIdentification enabled="true" />
  145. <membership defaultProvider="TableStorageMembershipProvider" userIsOnlineTimeWindow="20160">
  146. <providers>
  147. <clear />
  148. <add name="TableStorageMembershipProvider" type="ServiceHosting.AspProviders.TableStorageMembershipProvider" description="Membership provider using table storage" applicationName="Phenomenex" enablePasswordRetrieval="true" enablePasswordReset="true" requiresQuestionAndAnswer="false" minRequiredPasswordLength="6" minRequiredNonalphanumericCharacters="0" requiresUniqueEmail="true" passwordFormat="Clear" />
  149. </providers>
  150. </membership>
  151. <roleManager enabled="true" defaultProvider="TableStorageRoleProvider" cacheRolesInCookie="true" cookieName=".ASPXROLES" cookieTimeout="20160" cookiePath="/" cookieRequireSSL="false" cookieSlidingExpiration="true" cookieProtection="All">
  152. <providers>
  153. <clear />
  154. <add name="TableStorageRoleProvider" type="ServiceHosting.AspProviders.TableStorageRoleProvider" description="Role provider using table storage" applicationName="Phenomenex" />
  155. </providers>
  156. </roleManager>
  157. <profile enabled="true" defaultProvider="TableStorageProfileProvider" inherits="MvcWebRole1.Models.UserProfile">
  158. <providers>
  159. <clear />
  160. <add name="TableStorageProfileProvider" type="ServiceHosting.AspProviders.TableStorageProfileProvider" description="Profile provider using structured storage" applicationName="Phenomenex" />
  161. </providers>
  162. </profile>
  163. <sessionState mode="InProc" cookieless="UseCookies" compressionEnabled="true" timeout="1440" />
  164. <!-- Overridden in Web.Release.config -->
  165. <customErrors mode="Off" />
  166. <pages controlRenderingCompatibilityVersion="3.5" clientIDMode="AutoID" enableSessionState="true">
  167. <namespaces>
  168. <add namespace="System.Web.Mvc" />
  169. <add namespace="System.Web.Mvc.Ajax" />
  170. <add namespace="System.Web.Mvc.Html" />
  171. <add namespace="System.Web.Routing" />
  172. <add namespace="System.Linq" />
  173. <add namespace="System.Collections.Generic" />
  174. <add namespace="PhxCommon.HtmlExtensions" />
  175. <add namespace="GlobalStr" />
  176. <add namespace="Kendo.Mvc.UI" />
  177. </namespaces>
  178. <controls>
  179. <add assembly="BotDetect" namespace="BotDetect.Web.UI" tagPrefix="BotDetect" />
  180. </controls>
  181. </pages>
  182. <globalization culture="auto" uiCulture="auto" />
  183. <httpRuntime requestValidationMode="4.5" maxRequestLength="102400" maxQueryStringLength="2048" enableVersionHeader="false" encoderType="System.Web.Security.AntiXss.AntiXssEncoder,System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
  184. <machineKey decryption="AES" decryptionKey="F7FA540B4DFD82E5BB196B95D15FF81FB042ED4BDEA02BC45BC97BBA4B259CD0" validation="SHA1" validationKey="B042ED4BDEA02BC45BC97BBA4B259CD0573159169DE62168764FF0DCE537184F0535D5D9AD66DEDCB042ED4BDEA02BC45BC97BBA4B259CD05731591697DC1ABF" />
  185. <httpModules>
  186. <add name="ApplicationInsightsWebTracking" type="Microsoft.ApplicationInsights.Web.ApplicationInsightsHttpModule, Microsoft.AI.Web" />
  187. </httpModules>
  188. <httpHandlers>
  189. <add verb="GET" path="BotDetectCaptcha.ashx" type="BotDetect.Web.CaptchaHandler, BotDetect" />
  190. </httpHandlers>
  191. <sessionState mode="InProc" cookieless="AutoDetect" timeout="20" sessionIDManagerType="BotDetect.Web.CustomSessionIdManager, BotDetect" />
  192. </system.web>
  193. <!--
  194. The system.webServer section is required for running ASP.NET AJAX under Internet
  195. Information Services 7.0. It is not necessary for previous version of IIS.
  196. -->
  197. <system.webServer>
  198. <staticContent>
  199. <remove fileExtension=".js" />
  200. <remove fileExtension=".svg" />
  201. <remove fileExtension=".eot" />
  202. <remove fileExtension=".woff" />
  203. <remove fileExtension=".woff2" />
  204. <remove fileExtension=".ttf" />
  205. <mimeMap fileExtension=".js" mimeType="text/javascript" />
  206. <mimeMap fileExtension=".svg" mimeType="image/svg+xml" />
  207. <mimeMap fileExtension=".eot" mimeType="application/vnd.ms-fontobject" />
  208. <mimeMap fileExtension=".woff" mimeType="application/font-woff" />
  209. <mimeMap fileExtension=".woff2" mimeType="font/woff2" />
  210. <mimeMap fileExtension=".ttf" mimeType="application/font-sfnt" />
  211. </staticContent>
  212. <security>
  213. <requestFiltering allowDoubleEscaping="true" removeServerHeader="true">
  214. <verbs>
  215. <add verb="OPTIONS" allowed="false" />
  216. </verbs>
  217. <fileExtensions>
  218. <add fileExtension=".php" allowed="false" />
  219. </fileExtensions>
  220. </requestFiltering>
  221. </security>
  222. <httpProtocol>
  223. <customHeaders>
  224. <remove name="X-Powered-By" />
  225. <remove name="X-AspNet-Version" />
  226. <remove name="X-AspNetMvc-Version" />
  227. <remove name="Server" />
  228. </customHeaders>
  229. </httpProtocol>
  230. <modules runAllManagedModulesForAllRequests="true">
  231. <remove name="ApplicationInsightsWebTracking" />
  232. <add name="ApplicationInsightsWebTracking" type="Microsoft.ApplicationInsights.Web.ApplicationInsightsHttpModule, Microsoft.AI.Web" preCondition="managedHandler" />
  233. <remove name="TelemetryCorrelationHttpModule" />
  234. <add name="TelemetryCorrelationHttpModule" type="Microsoft.AspNet.TelemetryCorrelation.TelemetryCorrelationHttpModule, Microsoft.AspNet.TelemetryCorrelation" preCondition="integratedMode,managedHandler" />
  235. </modules>
  236. <handlers>
  237. <remove name="UrlRoutingHandler" />
  238. <remove name="BotDetectCaptchaHandler" />
  239. <add name="BotDetectCaptchaHandler" preCondition="integratedMode" verb="GET" path="BotDetectCaptcha.ashx" type="BotDetect.Web.CaptchaHandler, BotDetect" />
  240. </handlers>
  241. <tracing>
  242. <traceFailedRequests>
  243. <remove path="*" />
  244. <add path="*">
  245. <traceAreas>
  246. <add provider="ASP" verbosity="Verbose" />
  247. <add provider="ASPNET" areas="Infrastructure,Module,Page,AppServices" verbosity="Verbose" />
  248. <add provider="ISAPI Extension" verbosity="Verbose" />
  249. <add provider="WWW Server" areas="Authentication,Security,Filter,StaticFile,CGI,Compression,Cache,RequestNotifications,Module" verbosity="Verbose" />
  250. </traceAreas>
  251. <failureDefinitions timeTaken="00:00:15" statusCodes="400-599" />
  252. </add>
  253. </traceFailedRequests>
  254. </tracing>
  255. <validation validateIntegratedModeConfiguration="false" />
  256. </system.webServer>
  257. <runtime>
  258. <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
  259. <dependentAssembly>
  260. <assemblyIdentity name="WindowsAzureEventSource" publicKeyToken="31BF3856AD364E35" culture="neutral" />
  261. <bindingRedirect oldVersion="0.0.0.0-2.7.0.0" newVersion="2.7.0.0" />
  262. </dependentAssembly>
  263. <dependentAssembly>
  264. <assemblyIdentity name="Microsoft.WindowsAzure.ServiceRuntime" publicKeyToken="31BF3856AD364E35" culture="neutral" />
  265. <bindingRedirect oldVersion="0.0.0.0-2.7.0.0" newVersion="2.7.0.0" />
  266. </dependentAssembly>
  267. <dependentAssembly>
  268. <assemblyIdentity name="msshrtmi" publicKeyToken="31BF3856AD364E35" culture="neutral" />
  269. <bindingRedirect oldVersion="0.0.0.0-2.7.0.0" newVersion="2.7.0.0" />
  270. </dependentAssembly>
  271. <dependentAssembly>
  272. <assemblyIdentity name="WindowsAzureTelemetryEvents" publicKeyToken="31BF3856AD364E35" culture="neutral" />
  273. <bindingRedirect oldVersion="0.0.0.0-2.7.0.0" newVersion="2.7.0.0" />
  274. </dependentAssembly>
  275. <dependentAssembly>
  276. <assemblyIdentity name="Microsoft.WindowsAzure.Configuration" publicKeyToken="31BF3856AD364E35" culture="neutral" />
  277. <bindingRedirect oldVersion="0.0.0.0-3.0.0.0" newVersion="3.0.0.0" />
  278. </dependentAssembly>
  279. <dependentAssembly>
  280. <assemblyIdentity name="Microsoft.WindowsAzure.Storage" publicKeyToken="31BF3856AD364E35" culture="neutral" />
  281. <bindingRedirect oldVersion="0.0.0.0-8.0.1.0" newVersion="8.0.1.0" />
  282. </dependentAssembly>
  283. <dependentAssembly>
  284. <assemblyIdentity name="WebGrease" publicKeyToken="31bf3856ad364e35" culture="neutral" />
  285. <bindingRedirect oldVersion="0.0.0.0-1.6.5135.21930" newVersion="1.6.5135.21930" />
  286. </dependentAssembly>
  287. <dependentAssembly>
  288. <assemblyIdentity name="Microsoft.Data.Edm" publicKeyToken="31bf3856ad364e35" culture="neutral" />
  289. <bindingRedirect oldVersion="0.0.0.0-5.8.3.0" newVersion="5.8.3.0" />
  290. </dependentAssembly>
  291. <dependentAssembly>
  292. <assemblyIdentity name="Microsoft.Data.Services.Client" publicKeyToken="31bf3856ad364e35" culture="neutral" />
  293. <bindingRedirect oldVersion="0.0.0.0-5.8.3.0" newVersion="5.8.3.0" />
  294. </dependentAssembly>
  295. <dependentAssembly>
  296. <assemblyIdentity name="Microsoft.Data.OData" publicKeyToken="31bf3856ad364e35" culture="neutral" />
  297. <bindingRedirect oldVersion="0.0.0.0-5.8.3.0" newVersion="5.8.3.0" />
  298. </dependentAssembly>
  299. <dependentAssembly>
  300. <assemblyIdentity name="System.Spatial" publicKeyToken="31bf3856ad364e35" culture="neutral" />
  301. <bindingRedirect oldVersion="0.0.0.0-5.8.3.0" newVersion="5.8.3.0" />
  302. </dependentAssembly>
  303. <dependentAssembly>
  304. <assemblyIdentity name="System" publicKeyToken="b77a5c561934e089" culture="neutral" />
  305. <bindingRedirect oldVersion="0.0.0.0-4.0.0.0" newVersion="4.0.0.0" />
  306. </dependentAssembly>
  307. <dependentAssembly>
  308. <assemblyIdentity name="System.Data" publicKeyToken="b77a5c561934e089" culture="neutral" />
  309. <bindingRedirect oldVersion="0.0.0.0-4.0.0.0" newVersion="4.0.0.0" />
  310. </dependentAssembly>
  311. <dependentAssembly>
  312. <assemblyIdentity name="System.Configuration" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
  313. <bindingRedirect oldVersion="0.0.0.0-4.0.0.0" newVersion="4.0.0.0" />
  314. </dependentAssembly>
  315. <dependentAssembly>
  316. <assemblyIdentity name="System.ServiceModel" publicKeyToken="b77a5c561934e089" culture="neutral" />
  317. <bindingRedirect oldVersion="0.0.0.0-4.0.0.0" newVersion="4.0.0.0" />
  318. </dependentAssembly>
  319. <dependentAssembly>
  320. <assemblyIdentity name="System.Xml" publicKeyToken="b77a5c561934e089" culture="neutral" />
  321. <bindingRedirect oldVersion="0.0.0.0-4.0.0.0" newVersion="4.0.0.0" />
  322. </dependentAssembly>
  323. <dependentAssembly>
  324. <assemblyIdentity name="System.Runtime.Serialization" publicKeyToken="b77a5c561934e089" culture="neutral" />
  325. <bindingRedirect oldVersion="0.0.0.0-4.0.0.0" newVersion="4.0.0.0" />
  326. </dependentAssembly>
  327. <dependentAssembly>
  328. <assemblyIdentity name="System.Web" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
  329. <bindingRedirect oldVersion="0.0.0.0-4.0.0.0" newVersion="4.0.0.0" />
  330. </dependentAssembly>
  331. <dependentAssembly>
  332. <assemblyIdentity name="System.Drawing" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
  333. <bindingRedirect oldVersion="0.0.0.0-4.0.0.0" newVersion="4.0.0.0" />
  334. </dependentAssembly>
  335. <dependentAssembly>
  336. <assemblyIdentity name="System.Web.Services" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
  337. <bindingRedirect oldVersion="0.0.0.0-4.0.0.0" newVersion="4.0.0.0" />
  338. </dependentAssembly>
  339. <dependentAssembly>
  340. <assemblyIdentity name="System.Core" publicKeyToken="b77a5c561934e089" culture="neutral" />
  341. <bindingRedirect oldVersion="0.0.0.0-4.0.0.0" newVersion="4.0.0.0" />
  342. </dependentAssembly>
  343. <dependentAssembly>
  344. <assemblyIdentity name="System.Security" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
  345. <bindingRedirect oldVersion="0.0.0.0-4.0.0.0" newVersion="4.0.0.0" />
  346. </dependentAssembly>
  347. <dependentAssembly>
  348. <assemblyIdentity name="PresentationCore" publicKeyToken="31bf3856ad364e35" culture="neutral" />
  349. <bindingRedirect oldVersion="0.0.0.0-4.0.0.0" newVersion="4.0.0.0" />
  350. </dependentAssembly>
  351. <dependentAssembly>
  352. <assemblyIdentity name="WindowsBase" publicKeyToken="31bf3856ad364e35" culture="neutral" />
  353. <bindingRedirect oldVersion="0.0.0.0-4.0.0.0" newVersion="4.0.0.0" />
  354. </dependentAssembly>
  355. <dependentAssembly>
  356. <assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />
  357. <bindingRedirect oldVersion="0.0.0.0-11.0.0.0" newVersion="11.0.0.0" />
  358. </dependentAssembly>
  359. <dependentAssembly>
  360. <assemblyIdentity name="Antlr3.Runtime" publicKeyToken="eb42632606e9261f" culture="neutral" />
  361. <bindingRedirect oldVersion="0.0.0.0-3.5.0.2" newVersion="3.5.0.2" />
  362. </dependentAssembly>
  363. <dependentAssembly>
  364. <assemblyIdentity name="Microsoft.Azure.KeyVault.Core" publicKeyToken="31bf3856ad364e35" culture="neutral" />
  365. <bindingRedirect oldVersion="0.0.0.0-2.0.0.0" newVersion="2.0.0.0" />
  366. </dependentAssembly>
  367. <dependentAssembly>
  368. <assemblyIdentity name="System.Web.Razor" publicKeyToken="31bf3856ad364e35" culture="neutral" />
  369. <bindingRedirect oldVersion="0.0.0.0-3.0.0.0" newVersion="3.0.0.0" />
  370. </dependentAssembly>
  371. <dependentAssembly>
  372. <assemblyIdentity name="System.Web.WebPages.Razor" publicKeyToken="31bf3856ad364e35" culture="neutral" />
  373. <bindingRedirect oldVersion="0.0.0.0-3.0.0.0" newVersion="3.0.0.0" />
  374. </dependentAssembly>
  375. <dependentAssembly>
  376. <assemblyIdentity name="Microsoft.AI.Agent.Intercept" publicKeyToken="31bf3856ad364e35" culture="neutral" />
  377. <bindingRedirect oldVersion="0.0.0.0-2.4.0.0" newVersion="2.4.0.0" />
  378. </dependentAssembly>
  379. <dependentAssembly>
  380. <assemblyIdentity name="AutoMapper" publicKeyToken="be96cd2c38ef1005" culture="neutral" />
  381. <bindingRedirect oldVersion="0.0.0.0-5.2.0.0" newVersion="5.2.0.0" />
  382. </dependentAssembly>
  383. <dependentAssembly>
  384. <assemblyIdentity name="Microsoft.Xrm.Sdk" publicKeyToken="31bf3856ad364e35" culture="neutral" />
  385. <bindingRedirect oldVersion="0.0.0.0-8.0.0.0" newVersion="8.0.0.0" />
  386. </dependentAssembly>
  387. <dependentAssembly>
  388. <assemblyIdentity name="Microsoft.Xrm.Sdk.Deployment" publicKeyToken="31bf3856ad364e35" culture="neutral" />
  389. <bindingRedirect oldVersion="0.0.0.0-8.0.0.0" newVersion="8.0.0.0" />
  390. </dependentAssembly>
  391. <dependentAssembly>
  392. <assemblyIdentity name="Microsoft.ApplicationInsights" publicKeyToken="31bf3856ad364e35" culture="neutral" />
  393. <bindingRedirect oldVersion="0.0.0.0-2.5.1.0" newVersion="2.5.1.0" />
  394. </dependentAssembly>
  395. <dependentAssembly>
  396. <assemblyIdentity name="AntiXssLibrary" publicKeyToken="d127efab8a9c114f" culture="neutral" />
  397. <bindingRedirect oldVersion="0.0.0.0-4.3.0.0" newVersion="4.3.0.0" />
  398. </dependentAssembly>
  399. <dependentAssembly>
  400. <assemblyIdentity name="System.Diagnostics.DiagnosticSource" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
  401. <bindingRedirect oldVersion="0.0.0.0-4.0.2.1" newVersion="4.0.2.1" />
  402. </dependentAssembly>
  403. <dependentAssembly>
  404. <assemblyIdentity name="Elasticsearch.Net" publicKeyToken="96c599bbe3e70f5d" culture="neutral" />
  405. <bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0" />
  406. </dependentAssembly>
  407. <dependentAssembly>
  408. <assemblyIdentity name="Microsoft.AspNet.TelemetryCorrelation" publicKeyToken="31bf3856ad364e35" culture="neutral" />
  409. <bindingRedirect oldVersion="0.0.0.0-1.0.1.0" newVersion="1.0.1.0" />
  410. </dependentAssembly>
  411. <dependentAssembly>
  412. <assemblyIdentity name="System.Web.Helpers" publicKeyToken="31bf3856ad364e35" />
  413. <bindingRedirect oldVersion="1.0.0.0-3.0.0.0" newVersion="3.0.0.0" />
  414. </dependentAssembly>
  415. <dependentAssembly>
  416. <assemblyIdentity name="System.Web.Mvc" publicKeyToken="31bf3856ad364e35" />
  417. <bindingRedirect oldVersion="0.0.0.0-5.2.4.0" newVersion="5.2.4.0" />
  418. </dependentAssembly>
  419. <dependentAssembly>
  420. <assemblyIdentity name="System.Web.WebPages" publicKeyToken="31bf3856ad364e35" />
  421. <bindingRedirect oldVersion="1.0.0.0-3.0.0.0" newVersion="3.0.0.0" />
  422. </dependentAssembly>
  423. <dependentAssembly>
  424. <assemblyIdentity name="System.Runtime" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
  425. <bindingRedirect oldVersion="0.0.0.0-4.1.2.0" newVersion="4.1.2.0" />
  426. </dependentAssembly>
  427. <dependentAssembly>
  428. <assemblyIdentity name="System.Runtime.Extensions" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
  429. <bindingRedirect oldVersion="0.0.0.0-4.1.2.0" newVersion="4.1.2.0" />
  430. </dependentAssembly>
  431. <dependentAssembly>
  432. <assemblyIdentity name="System.Collections.Immutable" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
  433. <bindingRedirect oldVersion="0.0.0.0-1.2.1.0" newVersion="1.2.1.0" />
  434. </dependentAssembly>
  435. <dependentAssembly>
  436. <assemblyIdentity name="System.IO.Compression" publicKeyToken="b77a5c561934e089" culture="neutral" />
  437. <bindingRedirect oldVersion="0.0.0.0-4.2.0.0" newVersion="4.2.0.0" />
  438. </dependentAssembly>
  439. <dependentAssembly>
  440. <assemblyIdentity name="System.Runtime.InteropServices" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
  441. <bindingRedirect oldVersion="0.0.0.0-4.1.2.0" newVersion="4.1.2.0" />
  442. </dependentAssembly>
  443. <dependentAssembly>
  444. <assemblyIdentity name="System.Reflection" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
  445. <bindingRedirect oldVersion="0.0.0.0-4.1.2.0" newVersion="4.1.2.0" />
  446. </dependentAssembly>
  447. <dependentAssembly>
  448. <assemblyIdentity name="System.Security.Cryptography.Algorithms" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
  449. <bindingRedirect oldVersion="0.0.0.0-4.3.0.0" newVersion="4.3.0.0" />
  450. </dependentAssembly>
  451. <dependentAssembly>
  452. <assemblyIdentity name="System.IO.FileSystem" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
  453. <bindingRedirect oldVersion="0.0.0.0-4.0.3.0" newVersion="4.0.3.0" />
  454. </dependentAssembly>
  455. <dependentAssembly>
  456. <assemblyIdentity name="System.ValueTuple" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
  457. <bindingRedirect oldVersion="0.0.0.0-4.0.2.0" newVersion="4.0.2.0" />
  458. </dependentAssembly>
  459. <dependentAssembly>
  460. <assemblyIdentity name="System.IO.FileSystem.Primitives" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
  461. <bindingRedirect oldVersion="0.0.0.0-4.0.3.0" newVersion="4.0.3.0" />
  462. </dependentAssembly>
  463. <dependentAssembly>
  464. <assemblyIdentity name="System.Xml.ReaderWriter" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
  465. <bindingRedirect oldVersion="0.0.0.0-4.1.1.0" newVersion="4.1.1.0" />
  466. </dependentAssembly>
  467. <dependentAssembly>
  468. <assemblyIdentity name="System.Security.Cryptography.Primitives" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
  469. <bindingRedirect oldVersion="0.0.0.0-4.0.2.0" newVersion="4.0.2.0" />
  470. </dependentAssembly>
  471. <dependentAssembly>
  472. <assemblyIdentity name="System.Xml.XPath.XDocument" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
  473. <bindingRedirect oldVersion="0.0.0.0-4.1.0.0" newVersion="4.1.0.0" />
  474. </dependentAssembly>
  475. </assemblyBinding>
  476. </runtime>
  477. <location path="SiteMap.XML">
  478. <system.web>
  479. <httpRuntime executionTimeout="360" maxRequestLength="40000" enableVersionHeader="false" />
  480. </system.web>
  481. </location>
  482. <system.serviceModel>
  483. <serviceHostingEnvironment aspNetCompatibilityEnabled="true" multipleSiteBindingsEnabled="true" />
  484. </system.serviceModel>
  485. <applicationSettings>
  486. <MvcWebRole1.Properties.Settings>
  487. <setting name="MvcWebRole1_mktoapi_MktMktowsApiService" serializeAs="String">
  488. <value>https://na-a.marketo.com/soap/mktows/1_7</value>
  489. </setting>
  490. </MvcWebRole1.Properties.Settings>
  491. </applicationSettings>
  492. <system.net>
  493. <!-- Suppose to speed up Azure storage / web service requests, by disabling checking for a proxy -->
  494. <defaultProxy>
  495. <proxy autoDetect="False" />
  496. </defaultProxy>
  497. <!-- Increase the number of outbound HTTP connections made (useful for connecting to storage / queues, the default is "2" for all .net apps -->
  498. <connectionManagement>
  499. <add address="*" maxconnection="256" />
  500. </connectionManagement>
  501. </system.net>
  502. <entityFramework>
  503. <defaultConnectionFactory type="System.Data.Entity.Infrastructure.LocalDbConnectionFactory, EntityFramework">
  504. <parameters>
  505. <parameter value="mssqllocaldb" />
  506. </parameters>
  507. </defaultConnectionFactory>
  508. <providers>
  509. <provider invariantName="System.Data.SqlClient" type="System.Data.Entity.SqlServer.SqlProviderServices, EntityFramework.SqlServer" />
  510. </providers>
  511. </entityFramework>
  512. <botDetect helpLinkEnabled="true" helpLinkMode="image" />
  513. </configuration>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement