diff --git a/INTERFACE/WebLCP/About.aspx b/INTERFACE/WebLCP/About.aspx
index 0bb0c75..731c121 100644
--- a/INTERFACE/WebLCP/About.aspx
+++ b/INTERFACE/WebLCP/About.aspx
@@ -1,8 +1,11 @@
<%@ Page Title="About" Language="C#" MasterPageFile="~/Site.Master" AutoEventWireup="true" CodeBehind="About.aspx.cs" Inherits="WebLCP.About" %>
<%@ Register Src="~/WUC/mod_about.ascx" TagPrefix="uc1" TagName="mod_about" %>
+<%@ Register Src="~/WUC/tmp_WIP.ascx" TagPrefix="uc1" TagName="tmp_WIP" %>
+
+
diff --git a/INTERFACE/WebLCP/About.aspx.designer.cs b/INTERFACE/WebLCP/About.aspx.designer.cs
index 2d0979c..0b676df 100644
--- a/INTERFACE/WebLCP/About.aspx.designer.cs
+++ b/INTERFACE/WebLCP/About.aspx.designer.cs
@@ -20,5 +20,14 @@ namespace WebLCP {
/// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
///
protected global::WebLCP.WUC.mod_about mod_about;
+
+ ///
+ /// Controllo tmp_WIP.
+ ///
+ ///
+ /// Campo generato automaticamente.
+ /// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
+ ///
+ protected global::WebLCP.WUC.tmp_WIP tmp_WIP;
}
}
diff --git a/INTERFACE/WebLCP/Contact.aspx b/INTERFACE/WebLCP/Contact.aspx
index db72634..5d7727a 100644
--- a/INTERFACE/WebLCP/Contact.aspx
+++ b/INTERFACE/WebLCP/Contact.aspx
@@ -1,8 +1,11 @@
<%@ Page Title="Contact" Language="C#" MasterPageFile="~/Site.Master" AutoEventWireup="true" CodeBehind="Contact.aspx.cs" Inherits="WebLCP.Contact" %>
<%@ Register Src="~/WUC/mod_contacts.ascx" TagPrefix="uc1" TagName="mod_contacts" %>
+<%@ Register Src="~/WUC/tmp_WIP.ascx" TagPrefix="uc1" TagName="tmp_WIP" %>
+
+
diff --git a/INTERFACE/WebLCP/Contact.aspx.designer.cs b/INTERFACE/WebLCP/Contact.aspx.designer.cs
index 5cf0872..a90c5a2 100644
--- a/INTERFACE/WebLCP/Contact.aspx.designer.cs
+++ b/INTERFACE/WebLCP/Contact.aspx.designer.cs
@@ -20,5 +20,14 @@ namespace WebLCP {
/// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
///
protected global::WebLCP.WUC.mod_contacts mod_contacts;
+
+ ///
+ /// Controllo tmp_WIP.
+ ///
+ ///
+ /// Campo generato automaticamente.
+ /// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
+ ///
+ protected global::WebLCP.WUC.tmp_WIP tmp_WIP;
}
}
diff --git a/INTERFACE/WebLCP/Default.aspx b/INTERFACE/WebLCP/Default.aspx
index 599a6ef..cba1fec 100644
--- a/INTERFACE/WebLCP/Default.aspx
+++ b/INTERFACE/WebLCP/Default.aspx
@@ -7,5 +7,4 @@
-
diff --git a/INTERFACE/WebLCP/Default.aspx.designer.cs b/INTERFACE/WebLCP/Default.aspx.designer.cs
index dac9222..c50f72b 100644
--- a/INTERFACE/WebLCP/Default.aspx.designer.cs
+++ b/INTERFACE/WebLCP/Default.aspx.designer.cs
@@ -20,14 +20,5 @@ namespace WebLCP {
/// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
///
protected global::WebLCP.WUC.mod_home mod_home;
-
- ///
- /// Controllo tmp_WIP.
- ///
- ///
- /// Campo generato automaticamente.
- /// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
- ///
- protected global::WebLCP.WUC.tmp_WIP tmp_WIP;
}
}
diff --git a/INTERFACE/WebLCP/Properties/PublishProfiles/IIS01.pubxml b/INTERFACE/WebLCP/Properties/PublishProfiles/IIS01.pubxml
index 86e9850..7ddf840 100644
--- a/INTERFACE/WebLCP/Properties/PublishProfiles/IIS01.pubxml
+++ b/INTERFACE/WebLCP/Properties/PublishProfiles/IIS01.pubxml
@@ -15,8 +15,8 @@ modificando il file MSBuild. Per altre informazioni su questo argomento, vedere
False
DonotMerge
True
- https://IIS02:8172/MsDeploy.axd
- Default Web Site/admodelling
+ https://IIS01:8172/MsDeploy.axd
+ Default Web Site/test/admodelling
False
WMSVC
diff --git a/INTERFACE/WebLCP/Properties/PublishProfiles/IIS02.pubxml b/INTERFACE/WebLCP/Properties/PublishProfiles/IIS02.pubxml
index 86e9850..2454601 100644
--- a/INTERFACE/WebLCP/Properties/PublishProfiles/IIS02.pubxml
+++ b/INTERFACE/WebLCP/Properties/PublishProfiles/IIS02.pubxml
@@ -16,7 +16,7 @@ modificando il file MSBuild. Per altre informazioni su questo argomento, vedere
DonotMerge
True
https://IIS02:8172/MsDeploy.axd
- Default Web Site/admodelling
+ Default Web Site/test/admodelling
False
WMSVC
diff --git a/INTERFACE/WebLCP/WUC/cmp_header.ascx b/INTERFACE/WebLCP/WUC/cmp_header.ascx
index b17a41b..b0d2e80 100644
--- a/INTERFACE/WebLCP/WUC/cmp_header.ascx
+++ b/INTERFACE/WebLCP/WUC/cmp_header.ascx
@@ -16,21 +16,8 @@
Informazioni
- Contatto
+ Contatti
- <%--
- Dropdown
-
-
-
-
- DEV Utils
- --%>
+
+
+
+
+
+
+ Per accedere alla piattaforma è necessario registrarsi tramite un account email valido ed impiegare il link di autorizzazione che riceverete all'indirizzo email
+
+
+
+
+
+
diff --git a/INTERFACE/WebLCP/WUC/mod_home.ascx.designer.cs b/INTERFACE/WebLCP/WUC/mod_home.ascx.designer.cs
index 92fb573..e99e532 100644
--- a/INTERFACE/WebLCP/WUC/mod_home.ascx.designer.cs
+++ b/INTERFACE/WebLCP/WUC/mod_home.ascx.designer.cs
@@ -11,5 +11,32 @@ namespace WebLCP.WUC {
public partial class mod_home {
+
+ ///
+ /// Controllo txtEmail.
+ ///
+ ///
+ /// Campo generato automaticamente.
+ /// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
+ ///
+ protected global::System.Web.UI.WebControls.TextBox txtEmail;
+
+ ///
+ /// Controllo lbtSendToken.
+ ///
+ ///
+ /// Campo generato automaticamente.
+ /// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
+ ///
+ protected global::System.Web.UI.WebControls.LinkButton lbtSendToken;
+
+ ///
+ /// Controllo lbtNewUser.
+ ///
+ ///
+ /// Campo generato automaticamente.
+ /// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
+ ///
+ protected global::System.Web.UI.WebControls.LinkButton lbtNewUser;
}
}
diff --git a/INTERFACE/WebLCP/Web.config b/INTERFACE/WebLCP/Web.config
index 6acfc17..ac6f408 100644
--- a/INTERFACE/WebLCP/Web.config
+++ b/INTERFACE/WebLCP/Web.config
@@ -1,95 +1,107 @@
-
+
-
-
+
+
-
+
-
+
-
-
-
-
+
+
+
+
-
-
-
-
-
-
+
+
+
+
+
+
-
-
-
-
+
+
+
+
-
-
+
+
-
-
-
+
+
+
-
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
\ No newline at end of file
+
diff --git a/INTERFACE/WebLCP/WebLCP.csproj b/INTERFACE/WebLCP/WebLCP.csproj
index bb68095..3be721c 100644
--- a/INTERFACE/WebLCP/WebLCP.csproj
+++ b/INTERFACE/WebLCP/WebLCP.csproj
@@ -158,6 +158,8 @@
+
+