test globalization (NON ok)
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user