1- <?xml version =" 1.0" ?>
1+ <?xml version =" 1.0" encoding = " utf-8 " ?>
22<!--
33 For more information on how to configure your ASP.NET application, please visit
44 https://go.microsoft.com/fwlink/?LinkId=301880
55 -->
66<configuration >
77 <configSections >
88 <!-- 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" />
9+ <section name =" entityFramework" type =" System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection, EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission =" false" />
1010 </configSections >
1111 <connectionStrings >
12- <add name =" ContactsDbContext" connectionString =" Data Source=.\SQLEXPRESS; Initial Catalog=SharpRepositoryMVC5Contacts; Integrated Security=True; MultipleActiveResultSets=True;" providerName =" System.Data.SqlClient" />
12+ <add name =" ContactsDbContext" connectionString =" Data Source=.\SQLEXPRESS; Initial Catalog=SharpRepositoryMVC5Contacts; Integrated Security=True; MultipleActiveResultSets=True;" providerName =" System.Data.SqlClient" />
1313 </connectionStrings >
1414 <appSettings >
15- <add key =" webpages:Version" value =" 3.0.0.0" />
16- <add key =" webpages:Enabled" value =" false" />
17- <add key =" ClientValidationEnabled" value =" true" />
18- <add key =" UnobtrusiveJavaScriptEnabled" value =" true" />
15+ <add key =" webpages:Version" value =" 3.0.0.0" />
16+ <add key =" webpages:Enabled" value =" false" />
17+ <add key =" ClientValidationEnabled" value =" true" />
18+ <add key =" UnobtrusiveJavaScriptEnabled" value =" true" />
1919 </appSettings >
2020 <!--
2121 Per una descrizione delle modifiche al file web.config, vedere il sito Web all'indirizzo http://go.microsoft.com/fwlink/?LinkId=235367.
2626 </system.Web>
2727 -->
2828 <system .web>
29- <compilation debug =" true" targetFramework =" 4.5.1" />
30- <httpRuntime targetFramework =" 4.5.1" />
29+ <compilation debug =" true" targetFramework =" 4.5.1" />
30+ <httpRuntime targetFramework =" 4.5.1" />
3131 <httpModules >
32- <add name =" ApplicationInsightsWebTracking" type =" Microsoft.ApplicationInsights.Web.ApplicationInsightsHttpModule, Microsoft.AI.Web" />
32+ <add name =" ApplicationInsightsWebTracking" type =" Microsoft.ApplicationInsights.Web.ApplicationInsightsHttpModule, Microsoft.AI.Web" />
3333 </httpModules >
3434 </system .web>
3535 <runtime >
3636 <assemblyBinding xmlns =" urn:schemas-microsoft-com:asm.v1" >
3737 <dependentAssembly >
38- <assemblyIdentity name =" System.Security.Cryptography.Primitives" publicKeyToken =" B03F5F7F11D50A3A" culture =" neutral" />
39- <bindingRedirect oldVersion =" 0.0.0.0-4.0.1.0" newVersion =" 4.0.1.0" />
38+ <assemblyIdentity name =" System.Security.Cryptography.Primitives" publicKeyToken =" B03F5F7F11D50A3A" culture =" neutral" />
39+ <bindingRedirect oldVersion =" 0.0.0.0-4.0.1.0" newVersion =" 4.0.1.0" />
4040 </dependentAssembly >
4141 <dependentAssembly >
42- <assemblyIdentity name =" Newtonsoft.Json" culture =" neutral" publicKeyToken =" 30ad4fe6b2a6aeed" />
43- <bindingRedirect oldVersion =" 0.0.0.0-9.0.0.0" newVersion =" 9.0.0.0" />
42+ <assemblyIdentity name =" Newtonsoft.Json" culture =" neutral" publicKeyToken =" 30ad4fe6b2a6aeed" />
43+ <bindingRedirect oldVersion =" 0.0.0.0-9.0.0.0" newVersion =" 9.0.0.0" />
4444 </dependentAssembly >
4545 <dependentAssembly >
46- <assemblyIdentity name =" System.Web.Optimization" publicKeyToken =" 31bf3856ad364e35" />
47- <bindingRedirect oldVersion =" 1.0.0.0-1.1.0.0" newVersion =" 1.1.0.0" />
46+ <assemblyIdentity name =" System.Web.Optimization" publicKeyToken =" 31bf3856ad364e35" />
47+ <bindingRedirect oldVersion =" 1.0.0.0-1.1.0.0" newVersion =" 1.1.0.0" />
4848 </dependentAssembly >
4949 <dependentAssembly >
50- <assemblyIdentity name =" WebGrease" publicKeyToken =" 31bf3856ad364e35" />
51- <bindingRedirect oldVersion =" 0.0.0.0-1.5.2.14234" newVersion =" 1.5.2.14234" />
50+ <assemblyIdentity name =" WebGrease" publicKeyToken =" 31bf3856ad364e35" />
51+ <bindingRedirect oldVersion =" 0.0.0.0-1.5.2.14234" newVersion =" 1.5.2.14234" />
5252 </dependentAssembly >
5353 <dependentAssembly >
54- <assemblyIdentity name =" System.Web.Helpers" publicKeyToken =" 31bf3856ad364e35" />
55- <bindingRedirect oldVersion =" 1.0.0.0-3.0.0.0" newVersion =" 3.0.0.0" />
54+ <assemblyIdentity name =" System.Web.Helpers" publicKeyToken =" 31bf3856ad364e35" />
55+ <bindingRedirect oldVersion =" 1.0.0.0-3.0.0.0" newVersion =" 3.0.0.0" />
5656 </dependentAssembly >
5757 <dependentAssembly >
58- <assemblyIdentity name =" System.Web.WebPages" publicKeyToken =" 31bf3856ad364e35" />
59- <bindingRedirect oldVersion =" 1.0.0.0-3.0.0.0" newVersion =" 3.0.0.0" />
58+ <assemblyIdentity name =" System.Web.WebPages" publicKeyToken =" 31bf3856ad364e35" />
59+ <bindingRedirect oldVersion =" 1.0.0.0-3.0.0.0" newVersion =" 3.0.0.0" />
6060 </dependentAssembly >
6161 <dependentAssembly >
62- <assemblyIdentity name =" System.Web.Mvc" publicKeyToken =" 31bf3856ad364e35" />
63- <bindingRedirect oldVersion =" 1.0.0.0-5.2.3.0" newVersion =" 5.2.3.0" />
62+ <assemblyIdentity name =" System.Web.Mvc" publicKeyToken =" 31bf3856ad364e35" />
63+ <bindingRedirect oldVersion =" 1.0.0.0-5.2.3.0" newVersion =" 5.2.3.0" />
6464 </dependentAssembly >
6565 <dependentAssembly >
66- <assemblyIdentity name =" System.Diagnostics.DiagnosticSource" publicKeyToken =" cc7b13ffcd2ddd51" culture =" neutral" />
67- <bindingRedirect oldVersion =" 0.0.0.0-4.0.1.0" newVersion =" 4.0.1.0" />
66+ <assemblyIdentity name =" System.Diagnostics.DiagnosticSource" publicKeyToken =" cc7b13ffcd2ddd51" culture =" neutral" />
67+ <bindingRedirect oldVersion =" 0.0.0.0-4.0.1.0" newVersion =" 4.0.1.0" />
6868 </dependentAssembly >
6969 <dependentAssembly >
70- <assemblyIdentity name =" System.Net.Http" publicKeyToken =" b03f5f7f11d50a3a" culture =" neutral" />
71- <bindingRedirect oldVersion =" 0.0.0.0-4.1.1.0" newVersion =" 4.1.1.0" />
70+ <assemblyIdentity name =" System.Net.Http" publicKeyToken =" b03f5f7f11d50a3a" culture =" neutral" />
71+ <bindingRedirect oldVersion =" 0.0.0.0-4.1.1.0" newVersion =" 4.1.1.0" />
7272 </dependentAssembly >
7373 </assemblyBinding >
7474 </runtime >
7575 <system .webServer>
76- <validation validateIntegratedModeConfiguration =" false" />
76+ <validation validateIntegratedModeConfiguration =" false" />
7777 <modules >
78- <remove name =" ApplicationInsightsWebTracking" />
79- <add name =" ApplicationInsightsWebTracking" type =" Microsoft.ApplicationInsights.Web.ApplicationInsightsHttpModule, Microsoft.AI.Web" preCondition =" managedHandler" />
78+ <remove name =" ApplicationInsightsWebTracking" />
79+ <add name =" ApplicationInsightsWebTracking" type =" Microsoft.ApplicationInsights.Web.ApplicationInsightsHttpModule, Microsoft.AI.Web" preCondition =" managedHandler" />
8080 </modules >
8181 <handlers >
82- <remove name =" ExtensionlessUrlHandler-Integrated-4.0" />
83- <remove name =" OPTIONSVerbHandler" />
84- <remove name =" TRACEVerbHandler" />
85- <add name =" ExtensionlessUrlHandler-Integrated-4.0" path =" *." verb =" *" type =" System.Web.Handlers.TransferRequestHandler" preCondition =" integratedMode,runtimeVersionv4.0" />
82+ <remove name =" ExtensionlessUrlHandler-Integrated-4.0" />
83+ <remove name =" OPTIONSVerbHandler" />
84+ <remove name =" TRACEVerbHandler" />
85+ <add name =" ExtensionlessUrlHandler-Integrated-4.0" path =" *." verb =" *" type =" System.Web.Handlers.TransferRequestHandler" preCondition =" integratedMode,runtimeVersionv4.0" />
8686 </handlers >
8787 </system .webServer>
8888 <system .codedom>
8989 <compilers >
90- <compiler language =" c#;cs;csharp" extension =" .cs" type =" Microsoft.CodeDom.Providers.DotNetCompilerPlatform.CSharpCodeProvider, Microsoft.CodeDom.Providers.DotNetCompilerPlatform, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" warningLevel =" 4" compilerOptions =" /langversion:default /nowarn:1659;1699;1701" />
91- <compiler language =" vb;vbs;visualbasic;vbscript" extension =" .vb" type =" Microsoft.CodeDom.Providers.DotNetCompilerPlatform.VBCodeProvider, Microsoft.CodeDom.Providers.DotNetCompilerPlatform, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" warningLevel =" 4" compilerOptions =" /langversion:default /nowarn:41008 /define:_MYTYPE=\" Web\" /optionInfer+" />
90+ <compiler language =" c#;cs;csharp" extension =" .cs" type =" Microsoft.CodeDom.Providers.DotNetCompilerPlatform.CSharpCodeProvider, Microsoft.CodeDom.Providers.DotNetCompilerPlatform, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" warningLevel =" 4" compilerOptions =" /langversion:default /nowarn:1659;1699;1701" />
91+ <compiler language =" vb;vbs;visualbasic;vbscript" extension =" .vb" type =" Microsoft.CodeDom.Providers.DotNetCompilerPlatform.VBCodeProvider, Microsoft.CodeDom.Providers.DotNetCompilerPlatform, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" warningLevel =" 4" compilerOptions =" /langversion:default /nowarn:41008 /define:_MYTYPE=\" Web\" /optionInfer+" />
9292 </compilers >
9393 </system .codedom>
9494 <entityFramework >
95- <defaultConnectionFactory type =" System.Data.Entity.Infrastructure.SqlConnectionFactory, EntityFramework" />
95+ <defaultConnectionFactory type =" System.Data.Entity.Infrastructure.SqlConnectionFactory, EntityFramework" />
9696 <providers >
97- <provider invariantName =" System.Data.SqlClient" type =" System.Data.Entity.SqlServer.SqlProviderServices, EntityFramework.SqlServer" />
97+ <provider invariantName =" System.Data.SqlClient" type =" System.Data.Entity.SqlServer.SqlProviderServices, EntityFramework.SqlServer" />
9898 </providers >
9999 </entityFramework >
100100</configuration >
0 commit comments