test globalization (NON ok)

This commit is contained in:
Samuele E. Locatelli
2016-09-26 12:22:20 +02:00
parent 9154593c1c
commit 1a69458f74
2 changed files with 5 additions and 1 deletions
+4 -1
View File
@@ -18,6 +18,8 @@
<system.web>
<compilation debug="true" targetFramework="4.6.2" />
<httpRuntime targetFramework="4.6.2" />
<globalization uiCulture="it-IT" culture="it-IT" />
<!--<globalization enableClientBasedCulture="true" uiCulture="auto" culture="auto" />-->
<authentication mode="Windows" />
<authorization>
<deny users="?" />
@@ -34,7 +36,8 @@
<namespaces>
<add namespace="GridMvc" />
</namespaces>
</pages></system.web>
</pages>
</system.web>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
+1
View File
@@ -11,6 +11,7 @@
<package id="Glimpse.Mvc5" version="1.5.3" targetFramework="net462" />
<package id="Grid.Mvc" version="3.0.0" targetFramework="net462" />
<package id="jQuery" version="3.1.0" targetFramework="net462" />
<package id="jQuery.UI.Combined" version="1.12.1" targetFramework="net462" />
<package id="jQuery.Validation" version="1.15.1" targetFramework="net462" />
<package id="Microsoft.AspNet.Mvc" version="5.2.3" targetFramework="net462" />
<package id="Microsoft.AspNet.Razor" version="3.2.3" targetFramework="net462" />