sistemata nota ambiente test TK su IIS01/IIS02
This commit is contained in:
@@ -162,7 +162,7 @@
|
||||
</site>
|
||||
<site name="StockManMVC" id="2">
|
||||
<application path="/" applicationPool="Clr4IntegratedAppPool">
|
||||
<virtualDirectory path="/" physicalPath="C:\Users\samuele\Documents\Visual Studio 2015\Projects\StockMan\StockManMVC" />
|
||||
<virtualDirectory path="/" physicalPath="C:\Users\samuele.STEAMWAREWIN\Documents\VisualStudioProjects\StockMan\StockManMVC" />
|
||||
</application>
|
||||
<bindings>
|
||||
<binding protocol="http" bindingInformation="*:4539:localhost" />
|
||||
|
||||
Binary file not shown.
@@ -15,7 +15,7 @@
|
||||
</connectionStrings>
|
||||
-->
|
||||
<appSettings>
|
||||
<add key="Environment" value="TK - Test" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
|
||||
<add key="Environment" value="TK - Test IIS01" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
|
||||
</appSettings>
|
||||
<connectionStrings>
|
||||
<add name="StockManEntities"
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
</connectionStrings>
|
||||
-->
|
||||
<appSettings>
|
||||
<add key="Environment" value="TK - Test" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
|
||||
<add key="Environment" value="TK - Test IIS02" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
|
||||
</appSettings>
|
||||
<connectionStrings>
|
||||
<add name="StockManEntities"
|
||||
|
||||
+4
-4
@@ -5,9 +5,9 @@
|
||||
|
||||
using System.Reflection;
|
||||
|
||||
[assembly: AssemblyVersion("1.1.56.000")]
|
||||
[assembly: AssemblyFileVersion("1.1.56.000")]
|
||||
//[assembly: AssemblyVersion("1.1.56.564")]
|
||||
//[assembly: AssemblyFileVersion("1.1.56.564")]
|
||||
[assembly: AssemblyVersion("1.1.000.0000")]
|
||||
[assembly: AssemblyFileVersion("1.1.000.0000")]
|
||||
//[assembly: AssemblyVersion("1.1.56.565")]
|
||||
//[assembly: AssemblyFileVersion("1.1.56.565")]
|
||||
[assembly: AssemblyCopyright("Steamware © 2006-2016")]
|
||||
[assembly: AssemblyCompany("Steamware")]
|
||||
|
||||
+2
-2
@@ -6,8 +6,8 @@
|
||||
|
||||
using System.Reflection;
|
||||
|
||||
[assembly: AssemblyVersion("1.1.56.000")]
|
||||
[assembly: AssemblyFileVersion("1.1.56.000")]
|
||||
[assembly: AssemblyVersion("1.1.000.0000")]
|
||||
[assembly: AssemblyFileVersion("1.1.000.0000")]
|
||||
//[assembly: AssemblyVersion("1.1.56.<#= this.RevisionNumber #>")]
|
||||
//[assembly: AssemblyFileVersion("1.1.56.<#= this.RevisionNumber #>")]
|
||||
[assembly: AssemblyCopyright("Steamware © 2006-<#= DateTime.Now.Year #>")]
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user