1- <?xml version =" 1.0" encoding = " utf-8 " ?>
1+ <?xml version =" 1.0" ?>
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" 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 <appSettings >
12- <add key =" ClientValidationEnabled" value =" true" />
13- <add key =" UnobtrusiveJavaScriptEnabled" value =" true" />
12+ <add key =" ClientValidationEnabled" value =" true" />
13+ <add key =" UnobtrusiveJavaScriptEnabled" value =" true" />
1414 </appSettings >
1515 <!--
1616 For a description of web.config changes see http://go.microsoft.com/fwlink/?LinkId=235367.
2121 </system.Web>
2222 -->
2323 <system .web>
24- <globalization culture =" auto" uiCulture =" auto" enableClientBasedCulture =" true" />
25- <compilation debug =" true" targetFramework =" 4.5" >
24+ <globalization culture =" auto" uiCulture =" auto" enableClientBasedCulture =" true" />
25+ <compilation debug =" true" targetFramework =" 4.5.1 " >
2626 <assemblies >
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" />
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" />
3232 </assemblies >
3333 </compilation >
3434 <authentication mode =" Forms" >
35- <forms loginUrl =" ~/Account/LogOn" timeout =" 2880" />
35+ <forms loginUrl =" ~/Account/LogOn" timeout =" 2880" />
3636 </authentication >
3737 <pages controlRenderingCompatibilityVersion =" 4.0" >
3838 <namespaces >
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" />
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" />
4545 </namespaces >
4646 </pages >
47- <customErrors mode =" Off" />
47+ <customErrors mode =" Off" />
4848 </system .web>
4949 <system .webServer>
50- <validation validateIntegratedModeConfiguration =" false" />
51- <modules runAllManagedModulesForAllRequests =" true" />
50+ <validation validateIntegratedModeConfiguration =" false" />
51+ <modules runAllManagedModulesForAllRequests =" true" />
5252 <handlers >
53- <add verb =" GET" path =" *.swf" name =" Static for swf" type =" System.Web.StaticFileHandler" />
54-
55-
56-
57-
58- <add verb = " GET " path = " *.js " name = " Static for js " type = " System.Web.StaticFileHandler " />< add verb = " GET " path = " *.css " name = " Static for css " type = " System.Web.StaticFileHandler " />< add verb = " GET " path = " *.png " name = " Static for png " type = " System.Web.StaticFileHandler " />< add verb = " GET " path = " *.jpg " name = " Static for jpg " type = " System.Web.StaticFileHandler " />< /handlers >
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 " />
58+ </handlers >
5959 </system .webServer>
6060 <runtime >
6161 <assemblyBinding xmlns =" urn:schemas-microsoft-com:asm.v1" >
6262 <dependentAssembly >
63- <assemblyIdentity name =" System.Web.Helpers" publicKeyToken =" 31bf3856ad364e35" />
64- <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" />
6565 </dependentAssembly >
6666 <dependentAssembly >
67- <assemblyIdentity name =" System.Web.WebPages" publicKeyToken =" 31bf3856ad364e35" />
68- <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" />
6969 </dependentAssembly >
7070 <dependentAssembly >
71- <assemblyIdentity name =" System.Web.Mvc" publicKeyToken =" 31bf3856ad364e35" />
72- <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" />
7373 </dependentAssembly >
7474 </assemblyBinding >
7575 </runtime >
7676 <entityFramework >
77- <defaultConnectionFactory type =" System.Data.Entity.Infrastructure.SqlConnectionFactory, EntityFramework" />
77+ <defaultConnectionFactory type =" System.Data.Entity.Infrastructure.SqlConnectionFactory, EntityFramework" />
7878 <providers >
79- <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" />
8080 </providers >
8181 </entityFramework >
8282</configuration >
0 commit comments