fix nome variabili REDIS x IIS01/IIS02 e SP/TK TEST

This commit is contained in:
Samuele E. Locatelli
2017-07-14 16:11:04 +02:00
parent 51f90ff917
commit b4e28ea7d8
6 changed files with 14 additions and 26 deletions
+1 -1
View File
@@ -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>
+1 -1
View File
@@ -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>
+1 -1
View File
@@ -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>
+1 -1
View File
@@ -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
View File
@@ -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
View File
@@ -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>