diff --git a/C2P/C2P.csproj b/C2P/C2P.csproj index 447670a..079ac9b 100644 --- a/C2P/C2P.csproj +++ b/C2P/C2P.csproj @@ -296,6 +296,7 @@ + @@ -599,11 +600,10 @@ True 53710 / - http://localhost:50815/ + http://localhost:50820/ False False - - + http://localhost/C2P False diff --git a/C2P/C2P.csproj.user b/C2P/C2P.csproj.user index 7102cee..c19ac35 100644 --- a/C2P/C2P.csproj.user +++ b/C2P/C2P.csproj.user @@ -2,7 +2,7 @@ ShowAllFiles - 218 + localhost diff --git a/C2P/Properties/PublishProfiles/localhost.pubxml b/C2P/Properties/PublishProfiles/localhost.pubxml new file mode 100644 index 0000000..949c9bb --- /dev/null +++ b/C2P/Properties/PublishProfiles/localhost.pubxml @@ -0,0 +1,44 @@ + + + + + MSDeploy + Release + Any CPU + + True + True + True + False + DonotMerge + True + https://10.74.82.218:8172/MsDeploy.axd + Default Web Site/C2P + + False + WMSVC + True + administrator + <_SavePWD>True + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/C2P/WebUserControls/mod_autocomplete.ascx.cs b/C2P/WebUserControls/mod_autocomplete.ascx.cs index aaddc1a..191d729 100644 --- a/C2P/WebUserControls/mod_autocomplete.ascx.cs +++ b/C2P/WebUserControls/mod_autocomplete.ascx.cs @@ -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 diff --git a/C2P/bin/C2P.dll b/C2P/bin/C2P.dll index 6e572d9..bbc063e 100644 Binary files a/C2P/bin/C2P.dll and b/C2P/bin/C2P.dll differ diff --git a/C2P/bin/C2P_Data.dll b/C2P/bin/C2P_Data.dll index aaee747..b10b249 100644 Binary files a/C2P/bin/C2P_Data.dll and b/C2P/bin/C2P_Data.dll differ diff --git a/C2P/bin/C2P_Data.pdb b/C2P/bin/C2P_Data.pdb index 194108d..27daeee 100644 Binary files a/C2P/bin/C2P_Data.pdb and b/C2P/bin/C2P_Data.pdb differ diff --git a/C2P/bin/SteamWare.dll b/C2P/bin/SteamWare.dll index c0145b8..a313c99 100644 Binary files a/C2P/bin/SteamWare.dll and b/C2P/bin/SteamWare.dll differ diff --git a/C2P/bin/SteamWare.xml b/C2P/bin/SteamWare.xml index edcaf19..8903187 100644 --- a/C2P/bin/SteamWare.xml +++ b/C2P/bin/SteamWare.xml @@ -3961,6 +3961,19 @@ + + + classi helper gestioen URL + + + + + chiama un URL e restituisce (se richiesto) il risultato ricevuto + + url da chiamare + se si vuole in risposta il contenuto della risposta alla chiamata + + utils x cifrature e Crypto diff --git a/C2P_Data/bin/Release/C2P_Data.dll b/C2P_Data/bin/Release/C2P_Data.dll index cd44758..72f4192 100644 Binary files a/C2P_Data/bin/Release/C2P_Data.dll and b/C2P_Data/bin/Release/C2P_Data.dll differ diff --git a/C2P_Data/bin/Release/SteamWare.dll b/C2P_Data/bin/Release/SteamWare.dll index e5a7b3c..466c3f3 100644 Binary files a/C2P_Data/bin/Release/SteamWare.dll and b/C2P_Data/bin/Release/SteamWare.dll differ