fix update sminchiato con digitazioen diretta

This commit is contained in:
Samuele E. Locatelli
2014-04-09 12:25:07 +02:00
parent 4a32d7a6a7
commit 6fd1fa0ec2
11 changed files with 65 additions and 9 deletions
+3 -3
View File
@@ -296,6 +296,7 @@
<Content Include="Content\bootstrap-theme.css.map" />
<Content Include="Content\bootstrap.css.map" />
<None Include="Properties\PublishProfiles\218.pubxml" />
<None Include="Properties\PublishProfiles\localhost.pubxml" />
<None Include="Properties\PublishProfiles\RemoteZip.pubxml" />
<None Include="Properties\PublishProfiles\WinLab.pubxml" />
<None Include="Scripts\jquery-2.1.0.intellisense.js" />
@@ -599,11 +600,10 @@
<AutoAssignPort>True</AutoAssignPort>
<DevelopmentServerPort>53710</DevelopmentServerPort>
<DevelopmentServerVPath>/</DevelopmentServerVPath>
<IISUrl>http://localhost:50815/</IISUrl>
<IISUrl>http://localhost:50820/</IISUrl>
<NTLMAuthentication>False</NTLMAuthentication>
<UseCustomServer>False</UseCustomServer>
<CustomServerUrl>
</CustomServerUrl>
<CustomServerUrl>http://localhost/C2P</CustomServerUrl>
<SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
</WebProjectProperties>
</FlavorProperties>
+1 -1
View File
@@ -2,7 +2,7 @@
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<ProjectView>ShowAllFiles</ProjectView>
<NameOfLastUsedPublishProfile>218</NameOfLastUsedPublishProfile>
<NameOfLastUsedPublishProfile>localhost</NameOfLastUsedPublishProfile>
</PropertyGroup>
<ProjectExtensions>
<VisualStudio>
@@ -0,0 +1,44 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
This file is used by the publish/package process of your Web project. You can customize the behavior of this process
by editing this MSBuild file. In order to learn more about this please visit http://go.microsoft.com/fwlink/?LinkID=208121.
-->
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<WebPublishMethod>MSDeploy</WebPublishMethod>
<LastUsedBuildConfiguration>Release</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://10.74.82.218:8172/MsDeploy.axd</MSDeployServiceURL>
<DeployIisAppPath>Default Web Site/C2P</DeployIisAppPath>
<RemoteSitePhysicalPath />
<SkipExtraFilesOnServer>False</SkipExtraFilesOnServer>
<MSDeployPublishMethod>WMSVC</MSDeployPublishMethod>
<EnableMSDeployBackup>True</EnableMSDeployBackup>
<UserName>administrator</UserName>
<_SavePWD>True</_SavePWD>
<PublishDatabaseSettings>
<Objects xmlns="">
<ObjectGroup Name="C2P_Data.Properties.Settings.Proxima_C2PConnectionString" Order="1" Enabled="False">
<Destination Path="" />
<Object Type="DbDacFx">
<PreSource Path="Data Source=10.74.82.217\SQL2008R2;Initial Catalog=Proxima_C2P;Persist Security Info=True;User ID=sa;Password=keyhammer" includeData="False" />
<Source Path="$(IntermediateOutputPath)AutoScripts\C2P_Data.Properties.Settings.Proxima_C2PConnectionString_IncrementalSchemaOnly.dacpac" dacpacAction="Deploy" />
</Object>
<UpdateFrom Type="Web.Config">
<Source MatchValue="Data Source=10.74.82.217\SQL2008R2;Initial Catalog=Proxima_C2P;Persist Security Info=True;User ID=sa;Password=keyhammer;" MatchAttributes="$(UpdateFromConnectionStringAttributes)" />
</UpdateFrom>
</ObjectGroup>
</Objects>
</PublishDatabaseSettings>
</PropertyGroup>
<ItemGroup>
<MSDeployParameterValue Include="$(DeployParameterPrefix)C2P_Data.Properties.Settings.Proxima_C2PConnectionString-Web.config Connection String" />
</ItemGroup>
</Project>
+4 -5
View File
@@ -66,11 +66,6 @@ namespace C2P.WebUserControls
hiddenFieldID.Text = defaultVal;
_valore = defaultVal;
}
else
{
hiddenFieldID.Text = txtSel.Text.Trim();
_valore = txtSel.Text.Trim();
}
if (eh_valSelezionato != null)
{
eh_valSelezionato(this, new EventArgs());
@@ -134,6 +129,10 @@ namespace C2P.WebUserControls
{
answ = txtSel.Text.Trim();
}
if (answ == "")
{
answ = txtSel.Text.Trim();
}
return answ;
}
set
BIN
View File
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
+13
View File
@@ -3961,6 +3961,19 @@
<param name="lemma"></param>
<returns></returns>
</member>
<member name="T:SteamWare.urlUtils">
<summary>
classi helper gestioen URL
</summary>
</member>
<member name="M:SteamWare.urlUtils.callUrl(System.String,System.Boolean)">
<summary>
chiama un URL e restituisce (se richiesto) il risultato ricevuto
</summary>
<param name="url">url da chiamare</param>
<param name="returnAnsw">se si vuole in risposta il contenuto della risposta alla chiamata</param>
<returns></returns>
</member>
<member name="T:SteamWare.SteamCrypto">
<summary>
utils x cifrature e Crypto
Binary file not shown.
Binary file not shown.