diff --git a/.gitignore b/.gitignore
index c1a0275..04f873f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -20,3 +20,7 @@
/ETS_Data/obj/Release/*
/ETS_Data/obj/Release
/ETS_Data/obj/Release
+
+/ETS-WS/ETS-WS/obj/ETS/*
+/ETS_Data/bin/ETS/*
+/ETS_Data/obj/ETS/Package/PackageTmp/*
\ No newline at end of file
diff --git a/ETS-WS/ETS-WS.sln b/ETS-WS/ETS-WS.sln
index 712bd0a..97402ab 100644
--- a/ETS-WS/ETS-WS.sln
+++ b/ETS-WS/ETS-WS.sln
@@ -8,18 +8,23 @@ EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
+ ETS|Any CPU = ETS|Any CPU
Release|Any CPU = Release|Any CPU
WinLab|Any CPU = WinLab|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{ACE9E793-6523-4B9A-82C6-282D61D358C9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{ACE9E793-6523-4B9A-82C6-282D61D358C9}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {ACE9E793-6523-4B9A-82C6-282D61D358C9}.ETS|Any CPU.ActiveCfg = ETS|Any CPU
+ {ACE9E793-6523-4B9A-82C6-282D61D358C9}.ETS|Any CPU.Build.0 = ETS|Any CPU
{ACE9E793-6523-4B9A-82C6-282D61D358C9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{ACE9E793-6523-4B9A-82C6-282D61D358C9}.Release|Any CPU.Build.0 = Release|Any CPU
{ACE9E793-6523-4B9A-82C6-282D61D358C9}.WinLab|Any CPU.ActiveCfg = WinLab|Any CPU
{ACE9E793-6523-4B9A-82C6-282D61D358C9}.WinLab|Any CPU.Build.0 = WinLab|Any CPU
{0A14058F-ED18-4F82-91C9-93945C2C409A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0A14058F-ED18-4F82-91C9-93945C2C409A}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {0A14058F-ED18-4F82-91C9-93945C2C409A}.ETS|Any CPU.ActiveCfg = ETS|Any CPU
+ {0A14058F-ED18-4F82-91C9-93945C2C409A}.ETS|Any CPU.Build.0 = ETS|Any CPU
{0A14058F-ED18-4F82-91C9-93945C2C409A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0A14058F-ED18-4F82-91C9-93945C2C409A}.Release|Any CPU.Build.0 = Release|Any CPU
{0A14058F-ED18-4F82-91C9-93945C2C409A}.WinLab|Any CPU.ActiveCfg = WinLab|Any CPU
diff --git a/ETS-WS/ETS-WS/ETS-WS.csproj b/ETS-WS/ETS-WS/ETS-WS.csproj
index 8684021..1993c9f 100644
--- a/ETS-WS/ETS-WS/ETS-WS.csproj
+++ b/ETS-WS/ETS-WS/ETS-WS.csproj
@@ -51,6 +51,19 @@
true
true
+
+ bin\
+ true
+ pdbonly
+ AnyCPU
+ bin\ETS-WS.dll.CodeAnalysisLog.xml
+ true
+ GlobalSuppressions.cs
+ prompt
+ MinimumRecommendedRules.ruleset
+ ;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets
+ ;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules
+
False
@@ -451,6 +464,9 @@
+
+ Web.config
+
diff --git a/ETS-WS/ETS-WS/Web.ETS.config b/ETS-WS/ETS-WS/Web.ETS.config
new file mode 100644
index 0000000..6c502ac
--- /dev/null
+++ b/ETS-WS/ETS-WS/Web.ETS.config
@@ -0,0 +1,47 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/ETS-WS/ETS-WS/bin/ETS-WS.dll b/ETS-WS/ETS-WS/bin/ETS-WS.dll
index b2ef90a..5e69c6b 100644
Binary files a/ETS-WS/ETS-WS/bin/ETS-WS.dll and b/ETS-WS/ETS-WS/bin/ETS-WS.dll differ
diff --git a/ETS-WS/ETS-WS/bin/ETS_Data.dll b/ETS-WS/ETS-WS/bin/ETS_Data.dll
index b0dc5a6..0721754 100644
Binary files a/ETS-WS/ETS-WS/bin/ETS_Data.dll and b/ETS-WS/ETS-WS/bin/ETS_Data.dll differ
diff --git a/ETS_Data/ETS_Data.csproj b/ETS_Data/ETS_Data.csproj
index 48b91b6..5e7008b 100644
--- a/ETS_Data/ETS_Data.csproj
+++ b/ETS_Data/ETS_Data.csproj
@@ -46,6 +46,22 @@
;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules
true
+
+ bin\ETS\
+ TRACE
+ true
+ pdbonly
+ AnyCPU
+ bin\Release\ETS_Data.dll.CodeAnalysisLog.xml
+ true
+ GlobalSuppressions.cs
+ prompt
+ MinimumRecommendedRules.ruleset
+ ;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets
+ true
+ ;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules
+ true
+
diff --git a/ETS_Data/obj/ETS/DesignTimeResolveAssemblyReferencesInput.cache b/ETS_Data/obj/ETS/DesignTimeResolveAssemblyReferencesInput.cache
new file mode 100644
index 0000000..fbfbabb
Binary files /dev/null and b/ETS_Data/obj/ETS/DesignTimeResolveAssemblyReferencesInput.cache differ
diff --git a/ETS_Data/obj/ETS/ETS_Data.csproj.FileListAbsolute.txt b/ETS_Data/obj/ETS/ETS_Data.csproj.FileListAbsolute.txt
new file mode 100644
index 0000000..e7a44c9
--- /dev/null
+++ b/ETS_Data/obj/ETS/ETS_Data.csproj.FileListAbsolute.txt
@@ -0,0 +1,9 @@
+C:\Users\samuele\Documents\Visual Studio 2010\Projects\ETS\ETS_Data\bin\ETS\NLog.config
+C:\Users\samuele\Documents\Visual Studio 2010\Projects\ETS\ETS_Data\bin\ETS\ETS_Data.dll.config
+C:\Users\samuele\Documents\Visual Studio 2010\Projects\ETS\ETS_Data\bin\ETS\ETS_Data.dll
+C:\Users\samuele\Documents\Visual Studio 2010\Projects\ETS\ETS_Data\bin\ETS\ETS_Data.pdb
+C:\Users\samuele\Documents\Visual Studio 2010\Projects\ETS\ETS_Data\bin\ETS\NLog.dll
+C:\Users\samuele\Documents\Visual Studio 2010\Projects\ETS\ETS_Data\bin\ETS\NLog.xml
+C:\Users\samuele\Documents\Visual Studio 2010\Projects\ETS\ETS_Data\obj\ETS\ETS_Data.csprojResolveAssemblyReference.cache
+C:\Users\samuele\Documents\Visual Studio 2010\Projects\ETS\ETS_Data\obj\ETS\ETS_Data.dll
+C:\Users\samuele\Documents\Visual Studio 2010\Projects\ETS\ETS_Data\obj\ETS\ETS_Data.pdb
diff --git a/ETS_Data/obj/ETS/ETS_Data.csprojResolveAssemblyReference.cache b/ETS_Data/obj/ETS/ETS_Data.csprojResolveAssemblyReference.cache
new file mode 100644
index 0000000..c6f0812
Binary files /dev/null and b/ETS_Data/obj/ETS/ETS_Data.csprojResolveAssemblyReference.cache differ
diff --git a/ETS_Data/obj/ETS/ETS_Data.dll b/ETS_Data/obj/ETS/ETS_Data.dll
new file mode 100644
index 0000000..0721754
Binary files /dev/null and b/ETS_Data/obj/ETS/ETS_Data.dll differ
diff --git a/ETS_Data/obj/ETS/ETS_Data.pdb b/ETS_Data/obj/ETS/ETS_Data.pdb
new file mode 100644
index 0000000..2bd8597
Binary files /dev/null and b/ETS_Data/obj/ETS/ETS_Data.pdb differ
diff --git a/ETS_Data/obj/ETS/TempPE/DS_Anagrafica.Designer.cs.dll b/ETS_Data/obj/ETS/TempPE/DS_Anagrafica.Designer.cs.dll
new file mode 100644
index 0000000..e223a9a
Binary files /dev/null and b/ETS_Data/obj/ETS/TempPE/DS_Anagrafica.Designer.cs.dll differ
diff --git a/ETS_Data/obj/ETS/TempPE/DS_WebScip.Designer.cs.dll b/ETS_Data/obj/ETS/TempPE/DS_WebScip.Designer.cs.dll
new file mode 100644
index 0000000..311c95f
Binary files /dev/null and b/ETS_Data/obj/ETS/TempPE/DS_WebScip.Designer.cs.dll differ
diff --git a/ETS_Data/obj/ETS/TempPE/DS_utils.Designer.cs.dll b/ETS_Data/obj/ETS/TempPE/DS_utils.Designer.cs.dll
new file mode 100644
index 0000000..7d83933
Binary files /dev/null and b/ETS_Data/obj/ETS/TempPE/DS_utils.Designer.cs.dll differ