fix nome variabili REDIS x IIS01/IIS02 e SP/TK TEST
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
<compilation xdt:Transform="RemoveAttributes(debug)" />
|
||||
<sessionState>
|
||||
<providers>
|
||||
<add name="MySessionStateStore" type="Microsoft.Web.Redis.RedisSessionStateProvider" applicationName="GMW_IIS01_SP" xdt:Transform="SetAttributes" xdt:Locator="Match(name)" />
|
||||
<add name="MySessionStateStore" type="Microsoft.Web.Redis.RedisSessionStateProvider" applicationName="GMW_SP" xdt:Transform="SetAttributes" xdt:Locator="Match(name)" />
|
||||
</providers>
|
||||
</sessionState>
|
||||
</system.web>
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
<compilation xdt:Transform="RemoveAttributes(debug)" />
|
||||
<sessionState>
|
||||
<providers>
|
||||
<add name="MySessionStateStore" type="Microsoft.Web.Redis.RedisSessionStateProvider" applicationName="GMW_IIS01_TK" xdt:Transform="SetAttributes" xdt:Locator="Match(name)" />
|
||||
<add name="MySessionStateStore" type="Microsoft.Web.Redis.RedisSessionStateProvider" applicationName="GMW_TK" xdt:Transform="SetAttributes" xdt:Locator="Match(name)" />
|
||||
</providers>
|
||||
</sessionState>
|
||||
</system.web>
|
||||
|
||||
@@ -35,7 +35,7 @@
|
||||
<compilation xdt:Transform="RemoveAttributes(debug)" />
|
||||
<sessionState>
|
||||
<providers>
|
||||
<add name="MySessionStateStore" type="Microsoft.Web.Redis.RedisSessionStateProvider" applicationName="GMW_IIS02_SP" xdt:Transform="SetAttributes" xdt:Locator="Match(name)" />
|
||||
<add name="MySessionStateStore" type="Microsoft.Web.Redis.RedisSessionStateProvider" applicationName="GMW_SP" xdt:Transform="SetAttributes" xdt:Locator="Match(name)" />
|
||||
</providers>
|
||||
</sessionState>
|
||||
</system.web>
|
||||
|
||||
@@ -35,7 +35,7 @@
|
||||
<compilation xdt:Transform="RemoveAttributes(debug)" />
|
||||
<sessionState>
|
||||
<providers>
|
||||
<add name="MySessionStateStore" type="Microsoft.Web.Redis.RedisSessionStateProvider" applicationName="GMW_IIS02_TK" xdt:Transform="SetAttributes" xdt:Locator="Match(name)" />
|
||||
<add name="MySessionStateStore" type="Microsoft.Web.Redis.RedisSessionStateProvider" applicationName="GMW_TK" xdt:Transform="SetAttributes" xdt:Locator="Match(name)" />
|
||||
</providers>
|
||||
</sessionState>
|
||||
</system.web>
|
||||
|
||||
+5
-11
@@ -53,16 +53,10 @@
|
||||
</connectionStrings>
|
||||
<system.web>
|
||||
<compilation xdt:Transform="RemoveAttributes(debug)" />
|
||||
<!--
|
||||
In the example below, the "Replace" transform will replace the entire
|
||||
<customErrors> section of your web.config file.
|
||||
Note that because there is only one customErrors section under the
|
||||
<system.web> node, there is no need to use the "xdt:Locator" attribute.
|
||||
|
||||
<customErrors defaultRedirect="GenericError.htm"
|
||||
mode="RemoteOnly" xdt:Transform="Replace">
|
||||
<error statusCode="500" redirect="InternalError.htm" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
|
||||
</customErrors>
|
||||
-->
|
||||
<sessionState>
|
||||
<providers>
|
||||
<add name="MySessionStateStore" type="Microsoft.Web.Redis.RedisSessionStateProvider" applicationName="GMW_TEST" xdt:Transform="SetAttributes" xdt:Locator="Match(name)" />
|
||||
</providers>
|
||||
</sessionState>
|
||||
</system.web>
|
||||
</configuration>
|
||||
+5
-11
@@ -48,16 +48,10 @@
|
||||
</connectionStrings>
|
||||
<system.web>
|
||||
<compilation xdt:Transform="RemoveAttributes(debug)" />
|
||||
<!--
|
||||
In the example below, the "Replace" transform will replace the entire
|
||||
<customErrors> section of your web.config file.
|
||||
Note that because there is only one customErrors section under the
|
||||
<system.web> node, there is no need to use the "xdt:Locator" attribute.
|
||||
|
||||
<customErrors defaultRedirect="GenericError.htm"
|
||||
mode="RemoteOnly" xdt:Transform="Replace">
|
||||
<error statusCode="500" redirect="InternalError.htm" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
|
||||
</customErrors>
|
||||
-->
|
||||
<sessionState>
|
||||
<providers>
|
||||
<add name="MySessionStateStore" type="Microsoft.Web.Redis.RedisSessionStateProvider" applicationName="GMW_TEST" xdt:Transform="SetAttributes" xdt:Locator="Match(name)" />
|
||||
</providers>
|
||||
</sessionState>
|
||||
</system.web>
|
||||
</configuration>
|
||||
Reference in New Issue
Block a user