Refresh IIS01/IIS02
Tutto funzionante ora...
This commit is contained in:
@@ -8,9 +8,9 @@
|
||||
<h1>StockMan</h1>
|
||||
</div>
|
||||
<div class="col-sm-6 text-center">
|
||||
<i class="fa fa-5x fa-building-o padZR"></i>
|
||||
<i class="fa fa-5x fa-building padZR"></i>
|
||||
<i class="fa fa-5x fa-building-o padZR"></i>
|
||||
<i class="fa fa-5x fa-bookmark-o padZR"></i>
|
||||
<i class="fa fa-5x fa-bookmark padZR"></i>
|
||||
<i class="fa fa-5x fa-bookmark-o padZR"></i>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row" style="border-top: 1px solid #ACACAC; padding-top: 1em;">
|
||||
@@ -18,9 +18,9 @@
|
||||
<p class="lead colAlt">Selezione ambiente applicativo</p>
|
||||
</div>
|
||||
<div class="col-sm-6 text-center">
|
||||
<i class="fa fa-5x fa-building padZR"></i>
|
||||
<i class="fa fa-5x fa-building-o padZR"></i>
|
||||
<i class="fa fa-5x fa-building padZR"></i>
|
||||
<i class="fa fa-5x fa-bookmark padZR"></i>
|
||||
<i class="fa fa-5x fa-bookmark-o padZR"></i>
|
||||
<i class="fa fa-5x fa-bookmark padZR"></i>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -7,14 +7,10 @@ by editing this MSBuild file. In order to learn more about this please visit htt
|
||||
<PropertyGroup>
|
||||
<WebPublishMethod>MSDeploy</WebPublishMethod>
|
||||
<ADUsesOwinOrOpenIdConnect>False</ADUsesOwinOrOpenIdConnect>
|
||||
<LastUsedBuildConfiguration>Release</LastUsedBuildConfiguration>
|
||||
<LastUsedBuildConfiguration>IIS02_TK</LastUsedBuildConfiguration>
|
||||
<LastUsedPlatform>Any CPU</LastUsedPlatform>
|
||||
<SiteUrlToLaunchAfterPublish />
|
||||
<LaunchSiteAfterPublish>True</LaunchSiteAfterPublish>
|
||||
<PrecompileBeforePublish>True</PrecompileBeforePublish>
|
||||
<EnableUpdateable>True</EnableUpdateable>
|
||||
<DebugSymbols>False</DebugSymbols>
|
||||
<WDPMergeOption>DonotMerge</WDPMergeOption>
|
||||
<ExcludeApp_Data>True</ExcludeApp_Data>
|
||||
<MSDeployServiceURL>https://IIS02:8172/MsDeploy.axd</MSDeployServiceURL>
|
||||
<DeployIisAppPath>Default Web Site/StockMan/TK</DeployIisAppPath>
|
||||
@@ -34,6 +30,10 @@ by editing this MSBuild file. In order to learn more about this please visit htt
|
||||
</ObjectGroup>
|
||||
</Objects>
|
||||
</PublishDatabaseSettings>
|
||||
<PrecompileBeforePublish>True</PrecompileBeforePublish>
|
||||
<EnableUpdateable>True</EnableUpdateable>
|
||||
<DebugSymbols>False</DebugSymbols>
|
||||
<WDPMergeOption>DonotMerge</WDPMergeOption>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<MSDeployParameterValue Include="$(DeployParameterPrefix)StockManEntities-Web.config Connection String">
|
||||
|
||||
@@ -450,6 +450,9 @@
|
||||
<Content Include="Views\Items\ListByFamily.cshtml" />
|
||||
<Content Include="Views\ItemStocks\ListByLocation.cshtml" />
|
||||
<Content Include="Views\Shared\_LoginPartial.cshtml" />
|
||||
<None Include="Web.IIS01_TK.config">
|
||||
<DependentUpon>Web.config</DependentUpon>
|
||||
</None>
|
||||
<None Include="Web.IIS02_TK.config">
|
||||
<DependentUpon>Web.config</DependentUpon>
|
||||
</None>
|
||||
|
||||
@@ -0,0 +1,36 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
|
||||
<!-- For more information on using web.config transformation visit http://go.microsoft.com/fwlink/?LinkId=125889 -->
|
||||
|
||||
<configuration xmlns:xdt="http://schemas.microsoft.com/XML-Document-Transform">
|
||||
<!--
|
||||
In the example below, the "SetAttributes" transform will change the value of
|
||||
"connectionString" to use "ReleaseSQLServer" only when the "Match" locator
|
||||
finds an attribute "name" that has a value of "MyDB".
|
||||
|
||||
<connectionStrings>
|
||||
<add name="MyDB"
|
||||
connectionString="Data Source=ReleaseSQLServer;Initial Catalog=MyReleaseDB;Integrated Security=True"
|
||||
xdt:Transform="SetAttributes" xdt:Locator="Match(name)"/>
|
||||
</connectionStrings>
|
||||
-->
|
||||
<connectionStrings>
|
||||
<add name="StockManEntities"
|
||||
connectionString="metadata=res://*/Models.SMModel.csdl|res://*/Models.SMModel.ssdl|res://*/Models.SMModel.msl;provider=System.Data.SqlClient;provider connection string="data source=SQL-STEAM\SQL2012;initial catalog=StockMan_TK;persist security info=True;user id=sa;password=keyhammer;MultipleActiveResultSets=True;App=EntityFramework""
|
||||
xdt:Transform="SetAttributes" xdt:Locator="Match(name)"/>
|
||||
</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"/>
|
||||
</customErrors>
|
||||
-->
|
||||
</system.web>
|
||||
</configuration>
|
||||
@@ -14,6 +14,11 @@
|
||||
xdt:Transform="SetAttributes" xdt:Locator="Match(name)"/>
|
||||
</connectionStrings>
|
||||
-->
|
||||
<connectionStrings>
|
||||
<add name="StockManEntities"
|
||||
connectionString="metadata=res://*/Models.SMModel.csdl|res://*/Models.SMModel.ssdl|res://*/Models.SMModel.msl;provider=System.Data.SqlClient;provider connection string="data source=SQL-STEAM\SQL2012;initial catalog=StockMan_TK;persist security info=True;user id=sa;password=keyhammer;MultipleActiveResultSets=True;App=EntityFramework""
|
||||
xdt:Transform="SetAttributes" xdt:Locator="Match(name)"/>
|
||||
</connectionStrings>
|
||||
<system.web>
|
||||
<compilation xdt:Transform="RemoveAttributes(debug)" />
|
||||
<!--
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user