refresh webconfig di RT x gestire i moduli in compilazione corretti:
<modules runAllManagedModulesForAllRequests="true" >
This commit is contained in:
+2
-1
@@ -92,7 +92,8 @@
|
||||
|
||||
<system.webServer>
|
||||
<validation validateIntegratedModeConfiguration="false" />
|
||||
<modules>
|
||||
<!--chiave indispensabile x install su server mazzucconi (non aggiornati)-->
|
||||
<modules runAllManagedModulesForAllRequests="true" >
|
||||
<add name="ErrorLog" type="Elmah.ErrorLogModule, Elmah" preCondition="managedHandler" />
|
||||
<add name="ErrorMail" type="Elmah.ErrorMailModule, Elmah" preCondition="managedHandler" />
|
||||
<add name="ErrorFilter" type="Elmah.ErrorFilterModule, Elmah" preCondition="managedHandler" />
|
||||
|
||||
@@ -21,6 +21,7 @@
|
||||
<add key="SiteName" value="San Possidonio" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
|
||||
<add key="urlWebServer" value="http://SRV-PRODSP01/GMW/" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
|
||||
<add key="urlRT" value="http://SRV-PRODSP01/GMW-RT/" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
|
||||
<add key="updateTablet" value="false" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
|
||||
<add key="_logLevel" value="5" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
|
||||
<!--Default values vari-->
|
||||
<add key="numGgToReloadRQ" value="120" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
|
||||
|
||||
@@ -21,6 +21,7 @@
|
||||
<add key="SiteName" value="San Possidonio" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
|
||||
<add key="urlWebServer" value="http://SRV-PRODSP01/GMW_Test/" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
|
||||
<add key="urlRT" value="http://SRV-PRODSP01/GMW-RT_Test/" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
|
||||
<add key="updateTablet" value="false" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
|
||||
<!--Default values vari-->
|
||||
<add key="numGgToReloadRQ" value="60" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
|
||||
<!--Datamatrix-->
|
||||
|
||||
@@ -646,7 +646,7 @@ namespace GMW.WebUserControls
|
||||
{
|
||||
Postazione.messaggiText = barcodeIn;
|
||||
Postazione.warningText = traduci("ERR-DTX-004");
|
||||
Postazione.CssClass = "stileComandoKo";
|
||||
Postazione.CssClass = "stileComandoND";
|
||||
}
|
||||
}
|
||||
break;
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user