diff --git a/.vs/WebSCR/v14/.suo b/.vs/WebSCR/v14/.suo
index 27d3d8f..4e86aea 100644
Binary files a/.vs/WebSCR/v14/.suo and b/.vs/WebSCR/v14/.suo differ
diff --git a/DataUploader/FullSync.aspx.cs b/DataUploader/FullSync.aspx.cs
index 3a9d9f3..ef1fdca 100644
--- a/DataUploader/FullSync.aspx.cs
+++ b/DataUploader/FullSync.aspx.cs
@@ -66,10 +66,18 @@ namespace DataUploader
{
try
{
- logger.Info("Chiamata [{0}]", i);
+ if (ConfigurationManager.AppSettings["logFull"] == "true")
+ {
+ logger.Info("Chiamata [{0}]", i);
+ }
+
// versione SYNC
content = client.DownloadString(urlsUpdate[i]);
- logger.Info("Risposta [{0}] - {1}", content, urlsUpdate[i]);
+
+ if (ConfigurationManager.AppSettings["logFull"] == "true")
+ {
+ logger.Info("Risposta [{0}] - {1}", content, urlsUpdate[i]);
+ }
}
catch
{ }
diff --git a/DataUploader/Properties/PublishProfiles/Zip.pubxml.user b/DataUploader/Properties/PublishProfiles/Zip.pubxml.user
index 3b194ee..b4ea48d 100644
--- a/DataUploader/Properties/PublishProfiles/Zip.pubxml.user
+++ b/DataUploader/Properties/PublishProfiles/Zip.pubxml.user
@@ -10,7 +10,7 @@ by editing this MSBuild file. In order to learn more about this please visit htt
- 09/17/2015 16:56:34
+ 10/01/2015 19:37:03
09/03/2015 11:38:11
@@ -22,7 +22,7 @@ by editing this MSBuild file. In order to learn more about this please visit htt
09/03/2015 11:38:15
- 09/17/2015 16:35:39
+ 09/18/2015 10:37:41
09/03/2015 11:38:11
@@ -43,13 +43,13 @@ by editing this MSBuild file. In order to learn more about this please visit htt
09/03/2015 11:38:11
- 09/17/2015 16:59:40
+ 10/01/2015 19:37:04
- 09/17/2015 16:31:09
+ 09/18/2015 10:37:41
- 09/17/2015 16:57:21
+ 10/01/2015 19:37:03
\ No newline at end of file
diff --git a/DataUploader/Web.config b/DataUploader/Web.config
index ccc80c8..dd0f93e 100644
--- a/DataUploader/Web.config
+++ b/DataUploader/Web.config
@@ -6,6 +6,7 @@
+
diff --git a/DataUploader/bin/DataUploader.dll b/DataUploader/bin/DataUploader.dll
index bdd7edd..9e73dce 100644
Binary files a/DataUploader/bin/DataUploader.dll and b/DataUploader/bin/DataUploader.dll differ
diff --git a/DataUploader/bin/DataUploader.dll.config b/DataUploader/bin/DataUploader.dll.config
index 38734b9..dd0f93e 100644
--- a/DataUploader/bin/DataUploader.dll.config
+++ b/DataUploader/bin/DataUploader.dll.config
@@ -2,10 +2,11 @@
-
+
+
diff --git a/ReleaseClienti/DataUploader.zip b/ReleaseClienti/DataUploader.zip
index 97cafa3..3f6c3c4 100644
Binary files a/ReleaseClienti/DataUploader.zip and b/ReleaseClienti/DataUploader.zip differ
diff --git a/ReleaseClienti/DataUploader/Web.config b/ReleaseClienti/DataUploader/Web.config
index 7cead59..d1b2529 100644
--- a/ReleaseClienti/DataUploader/Web.config
+++ b/ReleaseClienti/DataUploader/Web.config
@@ -2,10 +2,11 @@
-
+
+
diff --git a/ReleaseClienti/DataUploader/bin/DataUploader.dll b/ReleaseClienti/DataUploader/bin/DataUploader.dll
index a056d4b..9e73dce 100644
Binary files a/ReleaseClienti/DataUploader/bin/DataUploader.dll and b/ReleaseClienti/DataUploader/bin/DataUploader.dll differ