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=301880
55 -->
66<configuration >
77 <configSections >
8- <section name =" routeJs" type =" RouteJs.RouteJsConfigurationSection, RouteJs" />
8+ <section name =" routeJs" type =" RouteJs.RouteJsConfigurationSection, RouteJs" />
99 </configSections >
1010 <appSettings >
11- <add key =" webpages:Version" value =" 3.0.0.0" />
12- <add key =" webpages:Enabled" value =" false" />
13- <add key =" ClientValidationEnabled" value =" true" />
14- <add key =" UnobtrusiveJavaScriptEnabled" value =" true" />
11+ <add key =" webpages:Version" value =" 3.0.0.0" />
12+ <add key =" webpages:Enabled" value =" false" />
13+ <add key =" ClientValidationEnabled" value =" true" />
14+ <add key =" UnobtrusiveJavaScriptEnabled" value =" true" />
1515 </appSettings >
16+ <!--
17+ For a description of web.config changes see http://go.microsoft.com/fwlink/?LinkId=235367.
18+
19+ The following attributes can be set on the <httpRuntime> tag.
20+ <system.Web>
21+ <httpRuntime targetFramework="4.6.2" />
22+ </system.Web>
23+ -->
1624 <system .web>
17- <compilation debug =" true" targetFramework =" 4.6.2" />
18- <httpRuntime targetFramework =" 4.6.2 " />
25+ <compilation debug =" true" targetFramework =" 4.6.2" />
26+ <httpRuntime targetFramework =" $targetframeworkversion$ " />
1927 </system .web>
2028 <runtime >
2129 <assemblyBinding xmlns =" urn:schemas-microsoft-com:asm.v1" >
2230 <dependentAssembly >
23- <assemblyIdentity name =" System.Web.Helpers" publicKeyToken =" 31bf3856ad364e35" />
24- <bindingRedirect oldVersion =" 1.0.0.0-3.0.0.0" newVersion =" 3.0.0.0" />
31+ <assemblyIdentity name =" System.Web.Helpers" publicKeyToken =" 31bf3856ad364e35" />
32+ <bindingRedirect oldVersion =" 1.0.0.0-3.0.0.0" newVersion =" 3.0.0.0" />
2533 </dependentAssembly >
2634 <dependentAssembly >
27- <assemblyIdentity name =" System.Web.WebPages" publicKeyToken =" 31bf3856ad364e35" />
28- <bindingRedirect oldVersion =" 1.0.0.0-3.0.0.0" newVersion =" 3.0.0.0" />
35+ <assemblyIdentity name =" System.Web.WebPages" publicKeyToken =" 31bf3856ad364e35" />
36+ <bindingRedirect oldVersion =" 1.0.0.0-3.0.0.0" newVersion =" 3.0.0.0" />
2937 </dependentAssembly >
3038 <dependentAssembly >
31- <assemblyIdentity name =" System.Web.Mvc" publicKeyToken =" 31bf3856ad364e35" />
32- <bindingRedirect oldVersion =" 0.0.0.0-5.2.3.0" newVersion =" 5.2.3.0" />
39+ <assemblyIdentity name =" System.Web.Mvc" publicKeyToken =" 31bf3856ad364e35" />
40+ <bindingRedirect oldVersion =" 0.0.0.0-5.2.3.0" newVersion =" 5.2.3.0" />
3341 </dependentAssembly >
3442 <dependentAssembly >
35- <assemblyIdentity name =" Antlr3.Runtime" publicKeyToken =" eb42632606e9261f" culture =" neutral" />
36- <bindingRedirect oldVersion =" 0.0.0.0-3.5.0.2" newVersion =" 3.5.0.2" />
43+ <assemblyIdentity name =" Antlr3.Runtime" publicKeyToken =" eb42632606e9261f" culture =" neutral" />
44+ <bindingRedirect oldVersion =" 0.0.0.0-3.5.0.2" newVersion =" 3.5.0.2" />
3745 </dependentAssembly >
3846 <dependentAssembly >
39- <assemblyIdentity name =" Newtonsoft.Json" publicKeyToken =" 30ad4fe6b2a6aeed" culture =" neutral" />
40- <bindingRedirect oldVersion =" 0.0.0.0-9.0.0.0" newVersion =" 9.0.0.0" />
47+ <assemblyIdentity name =" Newtonsoft.Json" publicKeyToken =" 30ad4fe6b2a6aeed" culture =" neutral" />
48+ <bindingRedirect oldVersion =" 0.0.0.0-9.0.0.0" newVersion =" 9.0.0.0" />
4149 </dependentAssembly >
4250 <dependentAssembly >
43- <assemblyIdentity name =" WebGrease" publicKeyToken =" 31bf3856ad364e35" culture =" neutral" />
44- <bindingRedirect oldVersion =" 0.0.0.0-1.6.5135.21930" newVersion =" 1.6.5135.21930" />
51+ <assemblyIdentity name =" WebGrease" publicKeyToken =" 31bf3856ad364e35" culture =" neutral" />
52+ <bindingRedirect oldVersion =" 0.0.0.0-1.6.5135.21930" newVersion =" 1.6.5135.21930" />
4553 </dependentAssembly >
4654 </assemblyBinding >
4755 </runtime >
4856 <system .webServer>
4957 <handlers >
50- <remove name =" RouteJs" />
51- <add name =" RouteJs" verb =" GET" path =" routejs.axd" type =" RouteJs.RouteJsHandler, RouteJs" preCondition =" integratedMode" />
58+ <remove name =" RouteJs" />
59+ <add name =" RouteJs" verb =" GET" path =" routejs.axd" type =" RouteJs.RouteJsHandler, RouteJs" preCondition =" integratedMode" />
5260 </handlers >
5361 </system .webServer>
5462 <!--
55- exposeAllRoutes: Sets whether to expose all routes to the site.
56- If true, all routes will be exposed unless explicitly hidden using the [HideRoutesInJavaScript]
57- attribute on the controller. If false, all routes will be hidden unless explicitly exposed
58- using the [ExposeRoutesInJavaScript] attribute.
63+ exposeAllRoutes: Sets whether to expose all routes to the site.
64+ If true, all routes will be exposed unless explicitly hidden using the [HideRoutesInJavaScript]
65+ attribute on the controller. If false, all routes will be hidden unless explicitly exposed
66+ using the [ExposeRoutesInJavaScript] attribute.
5967
60- lowerCaseUrls: Sets whether urls should be converted to lowercase.
61- If true, urls will be converted to lowercase while preserving route value placeholders.
62- Example: "Posts/{postKey}/Edit" -> "posts/{postKey}/edit"
63- -->
64- <routeJs exposeAllRoutes =" true" lowerCaseUrls =" false" />
68+ lowerCaseUrls: Sets whether urls should be converted to lowercase.
69+ If true, urls will be converted to lowercase while preserving route value placeholders.
70+ Example: "Posts/{postKey}/Edit" -> "posts/{postKey}/edit"
71+ -->
72+ <routeJs exposeAllRoutes =" true" lowerCaseUrls =" false" />
6573 <system .codedom>
66- <compilers >
67- <compiler language =" c#;cs;csharp" extension =" .cs" type =" Microsoft.CodeDom.Providers.DotNetCompilerPlatform.CSharpCodeProvider, Microsoft.CodeDom.Providers.DotNetCompilerPlatform, Version=1.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" warningLevel =" 4" compilerOptions =" /langversion:6 /nowarn:1659;1699;1701" />
68- <compiler language =" vb;vbs;visualbasic;vbscript" extension =" .vb" type =" Microsoft.CodeDom.Providers.DotNetCompilerPlatform.VBCodeProvider, Microsoft.CodeDom.Providers.DotNetCompilerPlatform, Version=1.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" warningLevel =" 4" compilerOptions =" /langversion:14 /nowarn:41008 /define:_MYTYPE=\" Web\" /optionInfer+" />
69- </compilers >
74+ <compilers >
75+ <compiler language =" c#;cs;csharp" extension =" .cs" type =" Microsoft.CodeDom.Providers.DotNetCompilerPlatform.CSharpCodeProvider, Microsoft.CodeDom.Providers.DotNetCompilerPlatform, Version=1.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" warningLevel =" 4" compilerOptions =" /langversion:6 /nowarn:1659;1699;1701" />
76+ <compiler language =" vb;vbs;visualbasic;vbscript" extension =" .vb" type =" Microsoft.CodeDom.Providers.DotNetCompilerPlatform.VBCodeProvider, Microsoft.CodeDom.Providers.DotNetCompilerPlatform, Version=1.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" warningLevel =" 4" compilerOptions =" /langversion:14 /nowarn:41008 /define:_MYTYPE=\" Web\" /optionInfer+" />
77+ </compilers >
7078 </system .codedom>
71- </configuration >
79+ </configuration >
0 commit comments