refresh webconfig di RT x gestire i moduli in compilazione corretti:

<modules runAllManagedModulesForAllRequests="true" >
This commit is contained in:
Samuele Locatelli
2014-04-08 19:08:15 +02:00
parent 8c9975ca50
commit db75a0302c
7 changed files with 5 additions and 2 deletions
+2 -1
View File
@@ -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" />
+1
View File
@@ -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)" />
+1
View File
@@ -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-->
+1 -1
View File
@@ -646,7 +646,7 @@ namespace GMW.WebUserControls
{
Postazione.messaggiText = barcodeIn;
Postazione.warningText = traduci("ERR-DTX-004");
Postazione.CssClass = "stileComandoKo";
Postazione.CssClass = "stileComandoND";
}
}
break;
BIN
View File
Binary file not shown.
Binary file not shown.
Binary file not shown.