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 http://go.microsoft.com/fwlink/?LinkId=152368
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"
10- type =" System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection, EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"
11- 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" />
1210 </configSections >
1311 <appSettings >
14- <add key =" ClientValidationEnabled" value =" true" />
15- <add key =" UnobtrusiveJavaScriptEnabled" value =" true" />
12+ <add key =" ClientValidationEnabled" value =" true" />
13+ <add key =" UnobtrusiveJavaScriptEnabled" value =" true" />
1614 </appSettings >
1715 <!--
1816 For a description of web.config changes see http://go.microsoft.com/fwlink/?LinkId=235367.
2321 </system.Web>
2422 -->
2523 <system .web>
26- <globalization culture =" auto" uiCulture =" auto" enableClientBasedCulture =" true" />
24+ <globalization culture =" auto" uiCulture =" auto" enableClientBasedCulture =" true" />
2725 <compilation debug =" true" targetFramework =" 4.5.1" >
2826 <assemblies >
29- <add assembly =" System.Web.Abstractions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
30- <add assembly =" System.Web.Helpers, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
31- <add assembly =" System.Web.Routing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
32- <add assembly =" System.Web.Mvc, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
33- <add assembly =" System.Web.WebPages, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
27+ <add assembly =" System.Web.Abstractions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
28+ <add assembly =" System.Web.Helpers, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
29+ <add assembly =" System.Web.Routing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
30+ <add assembly =" System.Web.Mvc, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
31+ <add assembly =" System.Web.WebPages, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
3432 </assemblies >
3533 </compilation >
3634 <authentication mode =" Forms" >
37- <forms loginUrl =" ~/Account/LogOn" timeout =" 2880" />
35+ <forms loginUrl =" ~/Account/LogOn" timeout =" 2880" />
3836 </authentication >
3937 <pages controlRenderingCompatibilityVersion =" 4.0" >
4038 <namespaces >
41- <add namespace =" System.Web.Helpers" />
42- <add namespace =" System.Web.Mvc" />
43- <add namespace =" System.Web.Mvc.Ajax" />
44- <add namespace =" System.Web.Mvc.Html" />
45- <add namespace =" System.Web.Routing" />
46- <add namespace =" System.Web.WebPages" />
39+ <add namespace =" System.Web.Helpers" />
40+ <add namespace =" System.Web.Mvc" />
41+ <add namespace =" System.Web.Mvc.Ajax" />
42+ <add namespace =" System.Web.Mvc.Html" />
43+ <add namespace =" System.Web.Routing" />
44+ <add namespace =" System.Web.WebPages" />
4745 </namespaces >
4846 </pages >
49- <customErrors mode =" Off" />
47+ <customErrors mode =" Off" />
5048 </system .web>
5149 <system .webServer>
52- <validation validateIntegratedModeConfiguration =" false" />
53- <modules runAllManagedModulesForAllRequests =" true" />
50+ <validation validateIntegratedModeConfiguration =" false" />
51+ <modules runAllManagedModulesForAllRequests =" true" />
5452 <handlers >
55- <add verb =" GET" path =" *.swf" name =" Static for swf" type =" System.Web.StaticFileHandler" />
56- <add verb =" GET" path =" *.js" name =" Static for js" type =" System.Web.StaticFileHandler" />
57- <add verb =" GET" path =" *.css" name =" Static for css" type =" System.Web.StaticFileHandler" />
58- <add verb =" GET" path =" *.png" name =" Static for png" type =" System.Web.StaticFileHandler" />
59- <add verb =" GET" path =" *.jpg" name =" Static for jpg" type =" System.Web.StaticFileHandler" />
53+ <add verb =" GET" path =" *.swf" name =" Static for swf" type =" System.Web.StaticFileHandler" />
54+ <add verb =" GET" path =" *.js" name =" Static for js" type =" System.Web.StaticFileHandler" />
55+ <add verb =" GET" path =" *.css" name =" Static for css" type =" System.Web.StaticFileHandler" />
56+ <add verb =" GET" path =" *.png" name =" Static for png" type =" System.Web.StaticFileHandler" />
57+ <add verb =" GET" path =" *.jpg" name =" Static for jpg" type =" System.Web.StaticFileHandler" />
6058 </handlers >
6159 </system .webServer>
6260 <runtime >
6361 <assemblyBinding xmlns =" urn:schemas-microsoft-com:asm.v1" >
6462 <dependentAssembly >
65- <assemblyIdentity name =" System.Web.Helpers" publicKeyToken =" 31bf3856ad364e35" />
66- <bindingRedirect oldVersion =" 1.0.0.0-3.0.0.0" newVersion =" 3.0.0.0" />
63+ <assemblyIdentity name =" System.Web.Helpers" publicKeyToken =" 31bf3856ad364e35" />
64+ <bindingRedirect oldVersion =" 1.0.0.0-3.0.0.0" newVersion =" 3.0.0.0" />
6765 </dependentAssembly >
6866 <dependentAssembly >
69- <assemblyIdentity name =" System.Web.WebPages" publicKeyToken =" 31bf3856ad364e35" />
70- <bindingRedirect oldVersion =" 1.0.0.0-3.0.0.0" newVersion =" 3.0.0.0" />
67+ <assemblyIdentity name =" System.Web.WebPages" publicKeyToken =" 31bf3856ad364e35" />
68+ <bindingRedirect oldVersion =" 1.0.0.0-3.0.0.0" newVersion =" 3.0.0.0" />
7169 </dependentAssembly >
7270 <dependentAssembly >
73- <assemblyIdentity name =" System.Web.Mvc" publicKeyToken =" 31bf3856ad364e35" />
74- <bindingRedirect oldVersion =" 1.0.0.0-5.2.3.0" newVersion =" 5.2.3.0" />
71+ <assemblyIdentity name =" System.Web.Mvc" publicKeyToken =" 31bf3856ad364e35" />
72+ <bindingRedirect oldVersion =" 1.0.0.0-5.2.3.0" newVersion =" 5.2.3.0" />
7573 </dependentAssembly >
7674 </assemblyBinding >
7775 </runtime >
7876 <entityFramework >
79- <defaultConnectionFactory type =" System.Data.Entity.Infrastructure.SqlConnectionFactory, EntityFramework" />
77+ <defaultConnectionFactory type =" System.Data.Entity.Infrastructure.SqlConnectionFactory, EntityFramework" />
8078 <providers >
81- <provider invariantName =" System.Data.SqlClient" type =" System.Data.Entity.SqlServer.SqlProviderServices, EntityFramework.SqlServer" />
79+ <provider invariantName =" System.Data.SqlClient" type =" System.Data.Entity.SqlServer.SqlProviderServices, EntityFramework.SqlServer" />
8280 </providers >
8381 </entityFramework >
8482</configuration >
0 commit comments