1- <?xml version =" 1.0" encoding =" utf-8" ?>
1+ <?xml version =" 1.0" encoding =" utf-8" ?>
22<!--
33 For more information on how to configure your ASP.NET application, please visit
44 http://go.microsoft.com/fwlink/?LinkId=301879
55 -->
66<configuration >
7- <configSections >
8- <!-- For more information on Entity Framework configuration, visit http://go.microsoft.com/fwlink/?LinkID=237468 -->
9- <section name =" entityFramework" type =" System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection, EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission =" false" />
10- </configSections >
11- <appSettings ></appSettings >
12- <system .web>
13- <compilation debug =" true" targetFramework =" 4.6.1" />
14- <httpRuntime targetFramework =" 4.6.1" />
15- <httpModules >
16- <add name =" ApplicationInsightsWebTracking" type =" Microsoft.ApplicationInsights.Web.ApplicationInsightsHttpModule, Microsoft.AI.Web" />
17- </httpModules >
18- </system .web>
19- <system .webServer>
20- <handlers >
21- <remove name =" ExtensionlessUrlHandler-Integrated-4.0" />
22- <remove name =" OPTIONSVerbHandler" />
23- <remove name =" TRACEVerbHandler" />
24- <add name =" ExtensionlessUrlHandler-Integrated-4.0" path =" *." verb =" *" type =" System.Web.Handlers.TransferRequestHandler" preCondition =" integratedMode,runtimeVersionv4.0" />
25- </handlers >
26- <validation validateIntegratedModeConfiguration =" false" />
27- <modules >
28- <remove name =" ApplicationInsightsWebTracking" />
29- <add name =" ApplicationInsightsWebTracking" type =" Microsoft.ApplicationInsights.Web.ApplicationInsightsHttpModule, Microsoft.AI.Web" preCondition =" managedHandler" />
30- </modules >
31- </system .webServer>
32- <runtime >
33- <assemblyBinding xmlns =" urn:schemas-microsoft-com:asm.v1" >
34- <dependentAssembly >
35- <assemblyIdentity name =" System.Web.Helpers" publicKeyToken =" 31bf3856ad364e35" />
36- <bindingRedirect oldVersion =" 1.0.0.0-3.0.0.0" newVersion =" 3.0.0.0" />
37- </dependentAssembly >
38- <dependentAssembly >
39- <assemblyIdentity name =" System.Web.Mvc" publicKeyToken =" 31bf3856ad364e35" />
40- <bindingRedirect oldVersion =" 1.0.0.0-5.2.3.0" newVersion =" 5.2.3.0" />
41- </dependentAssembly >
42- <dependentAssembly >
43- <assemblyIdentity name =" System.Web.WebPages" publicKeyToken =" 31bf3856ad364e35" />
44- <bindingRedirect oldVersion =" 1.0.0.0-3.0.0.0" newVersion =" 3.0.0.0" />
45- </dependentAssembly >
46- <dependentAssembly >
47- <assemblyIdentity name =" System.Web.Http" publicKeyToken =" 31bf3856ad364e35" culture =" neutral" />
48- <bindingRedirect oldVersion =" 0.0.0.0-5.2.3.0" newVersion =" 5.2.3.0" />
49- </dependentAssembly >
50- <dependentAssembly >
51- <assemblyIdentity name =" System.Net.Http.Formatting" publicKeyToken =" 31bf3856ad364e35" culture =" neutral" />
52- <bindingRedirect oldVersion =" 0.0.0.0-5.2.3.0" newVersion =" 5.2.3.0" />
53- </dependentAssembly >
54- <dependentAssembly >
55- <assemblyIdentity name =" System.Numerics.Vectors" publicKeyToken =" b03f5f7f11d50a3a" culture =" neutral" />
56- <bindingRedirect oldVersion =" 0.0.0.0-4.1.4.0" newVersion =" 4.1.4.0" />
57- </dependentAssembly >
58- <dependentAssembly >
59- <assemblyIdentity name =" System.Runtime.CompilerServices.Unsafe" publicKeyToken =" b03f5f7f11d50a3a" culture =" neutral" />
60- <bindingRedirect oldVersion =" 0.0.0.0-4.0.5.0" newVersion =" 4.0.5.0" />
61- </dependentAssembly >
62- <dependentAssembly >
63- <assemblyIdentity name =" System.Buffers" publicKeyToken =" cc7b13ffcd2ddd51" culture =" neutral" />
64- <bindingRedirect oldVersion =" 0.0.0.0-4.0.3.0" newVersion =" 4.0.3.0" />
65- </dependentAssembly >
66- <dependentAssembly >
67- <assemblyIdentity name =" System.ValueTuple" publicKeyToken =" cc7b13ffcd2ddd51" culture =" neutral" />
68- <bindingRedirect oldVersion =" 0.0.0.0-4.0.3.0" newVersion =" 4.0.3.0" />
69- </dependentAssembly >
70- </assemblyBinding >
71- </runtime >
72- <system .codedom>
73- <compilers >
74- <compiler language =" c#;cs;csharp" extension =" .cs" type =" Microsoft.CodeDom.Providers.DotNetCompilerPlatform.CSharpCodeProvider, Microsoft.CodeDom.Providers.DotNetCompilerPlatform, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" warningLevel =" 4" compilerOptions =" /langversion:6 /nowarn:1659;1699;1701" />
75- <compiler language =" vb;vbs;visualbasic;vbscript" extension =" .vb" type =" Microsoft.CodeDom.Providers.DotNetCompilerPlatform.VBCodeProvider, Microsoft.CodeDom.Providers.DotNetCompilerPlatform, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" warningLevel =" 4" compilerOptions =" /langversion:14 /nowarn:41008 /define:_MYTYPE=\" Web\" /optionInfer+" />
76- </compilers >
77- </system .codedom>
78- <entityFramework >
79- <defaultConnectionFactory type =" System.Data.Entity.Infrastructure.LocalDbConnectionFactory, EntityFramework" >
80- <parameters >
81- <parameter value =" mssqllocaldb" />
82- </parameters >
83- </defaultConnectionFactory >
84- <providers >
85- <provider invariantName =" System.Data.SqlClient" type =" System.Data.Entity.SqlServer.SqlProviderServices, EntityFramework.SqlServer" />
86- </providers >
87- </entityFramework >
7+ <configSections >
8+ <!-- For more information on Entity Framework configuration, visit http://go.microsoft.com/fwlink/?LinkID=237468 -->
9+ <section name =" entityFramework" type =" System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection, EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission =" false" />
10+ </configSections >
11+ <appSettings ></appSettings >
12+ <system .web>
13+ <compilation debug =" true" targetFramework =" 4.6.1" />
14+ <httpRuntime targetFramework =" 4.6.1" />
15+ <httpModules >
16+ <add name =" ApplicationInsightsWebTracking" type =" Microsoft.ApplicationInsights.Web.ApplicationInsightsHttpModule, Microsoft.AI.Web" />
17+ </httpModules >
18+ </system .web>
19+ <system .webServer>
20+ <handlers >
21+ <remove name =" ExtensionlessUrlHandler-Integrated-4.0" />
22+ <remove name =" OPTIONSVerbHandler" />
23+ <remove name =" TRACEVerbHandler" />
24+ <add name =" ExtensionlessUrlHandler-Integrated-4.0" path =" *." verb =" *" type =" System.Web.Handlers.TransferRequestHandler" preCondition =" integratedMode,runtimeVersionv4.0" />
25+ </handlers >
26+ <validation validateIntegratedModeConfiguration =" false" />
27+ <modules >
28+ <remove name =" ApplicationInsightsWebTracking" />
29+ <add name =" ApplicationInsightsWebTracking" type =" Microsoft.ApplicationInsights.Web.ApplicationInsightsHttpModule, Microsoft.AI.Web" preCondition =" managedHandler" />
30+ </modules >
31+ </system .webServer>
32+ <runtime >
33+ <assemblyBinding xmlns =" urn:schemas-microsoft-com:asm.v1" >
34+ <dependentAssembly >
35+ <assemblyIdentity name =" System.Web.Helpers" publicKeyToken =" 31bf3856ad364e35" />
36+ <bindingRedirect oldVersion =" 1.0.0.0-3.0.0.0" newVersion =" 3.0.0.0" />
37+ </dependentAssembly >
38+ <dependentAssembly >
39+ <assemblyIdentity name =" System.Web.Mvc" publicKeyToken =" 31bf3856ad364e35" />
40+ <bindingRedirect oldVersion =" 1.0.0.0-5.2.3.0" newVersion =" 5.2.3.0" />
41+ </dependentAssembly >
42+ <dependentAssembly >
43+ <assemblyIdentity name =" System.Web.WebPages" publicKeyToken =" 31bf3856ad364e35" />
44+ <bindingRedirect oldVersion =" 1.0.0.0-3.0.0.0" newVersion =" 3.0.0.0" />
45+ </dependentAssembly >
46+ <dependentAssembly >
47+ <assemblyIdentity name =" System.Web.Http" publicKeyToken =" 31bf3856ad364e35" culture =" neutral" />
48+ <bindingRedirect oldVersion =" 0.0.0.0-5.2.3.0" newVersion =" 5.2.3.0" />
49+ </dependentAssembly >
50+ <dependentAssembly >
51+ <assemblyIdentity name =" System.Net.Http.Formatting" publicKeyToken =" 31bf3856ad364e35" culture =" neutral" />
52+ <bindingRedirect oldVersion =" 0.0.0.0-5.2.3.0" newVersion =" 5.2.3.0" />
53+ </dependentAssembly >
54+ <dependentAssembly >
55+ <assemblyIdentity name =" System.Numerics.Vectors" publicKeyToken =" b03f5f7f11d50a3a" culture =" neutral" />
56+ <bindingRedirect oldVersion =" 0.0.0.0-4.1.4.0" newVersion =" 4.1.4.0" />
57+ </dependentAssembly >
58+ <dependentAssembly >
59+ <assemblyIdentity name =" System.Runtime.CompilerServices.Unsafe" publicKeyToken =" b03f5f7f11d50a3a" culture =" neutral" />
60+ <bindingRedirect oldVersion =" 0.0.0.0-4.0.5.0" newVersion =" 4.0.5.0" />
61+ </dependentAssembly >
62+ <dependentAssembly >
63+ <assemblyIdentity name =" System.Buffers" publicKeyToken =" cc7b13ffcd2ddd51" culture =" neutral" />
64+ <bindingRedirect oldVersion =" 0.0.0.0-4.0.3.0" newVersion =" 4.0.3.0" />
65+ </dependentAssembly >
66+ <dependentAssembly >
67+ <assemblyIdentity name =" System.ValueTuple" publicKeyToken =" cc7b13ffcd2ddd51" culture =" neutral" />
68+ <bindingRedirect oldVersion =" 0.0.0.0-4.0.3.0" newVersion =" 4.0.3.0" />
69+ </dependentAssembly >
70+ </assemblyBinding >
71+ </runtime >
72+ <system .codedom>
73+ <compilers >
74+ <compiler language =" c#;cs;csharp" extension =" .cs" type =" Microsoft.CodeDom.Providers.DotNetCompilerPlatform.CSharpCodeProvider, Microsoft.CodeDom.Providers.DotNetCompilerPlatform, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" warningLevel =" 4" compilerOptions =" /langversion:6 /nowarn:1659;1699;1701" />
75+ <compiler language =" vb;vbs;visualbasic;vbscript" extension =" .vb" type =" Microsoft.CodeDom.Providers.DotNetCompilerPlatform.VBCodeProvider, Microsoft.CodeDom.Providers.DotNetCompilerPlatform, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" warningLevel =" 4" compilerOptions =" /langversion:14 /nowarn:41008 /define:_MYTYPE=\" Web\" /optionInfer+" />
76+ </compilers >
77+ </system .codedom>
78+ <entityFramework >
79+ <defaultConnectionFactory type =" System.Data.Entity.Infrastructure.LocalDbConnectionFactory, EntityFramework" >
80+ <parameters >
81+ <parameter value =" mssqllocaldb" />
82+ </parameters >
83+ </defaultConnectionFactory >
84+ <providers >
85+ <provider invariantName =" System.Data.SqlClient" type =" System.Data.Entity.SqlServer.SqlProviderServices, EntityFramework.SqlServer" />
86+ </providers >
87+ </entityFramework >
8888</configuration >
0 commit comments