diff --git a/NKC_WF/Index.aspx b/NKC_WF/Index.aspx
new file mode 100644
index 0000000..4b54832
--- /dev/null
+++ b/NKC_WF/Index.aspx
@@ -0,0 +1,4 @@
+<%@ Page Title="" Language="C#" MasterPageFile="~/SiteContent.master" AutoEventWireup="true" CodeBehind="Index.aspx.cs" Inherits="NKC_WF.Index" %>
+
+ Welcome!
+
diff --git a/NKC_WF/Index.aspx.cs b/NKC_WF/Index.aspx.cs
new file mode 100644
index 0000000..a43a614
--- /dev/null
+++ b/NKC_WF/Index.aspx.cs
@@ -0,0 +1,17 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Web;
+using System.Web.UI;
+using System.Web.UI.WebControls;
+
+namespace NKC_WF
+{
+ public partial class Index : System.Web.UI.Page
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+ Response.Redirect("Default.aspx");
+ }
+ }
+}
\ No newline at end of file
diff --git a/NKC_WF/Index.aspx.designer.cs b/NKC_WF/Index.aspx.designer.cs
new file mode 100644
index 0000000..fa77362
--- /dev/null
+++ b/NKC_WF/Index.aspx.designer.cs
@@ -0,0 +1,15 @@
+//------------------------------------------------------------------------------
+//
+// Codice generato da uno strumento.
+//
+// Le modifiche a questo file possono causare un comportamento non corretto e verranno perse se
+// il codice viene rigenerato.
+//
+//------------------------------------------------------------------------------
+
+namespace NKC_WF {
+
+
+ public partial class Index {
+ }
+}
diff --git a/NKC_WF/NKC_WF.csproj b/NKC_WF/NKC_WF.csproj
index c5200e4..ab9c2e1 100644
--- a/NKC_WF/NKC_WF.csproj
+++ b/NKC_WF/NKC_WF.csproj
@@ -212,6 +212,7 @@
+
@@ -387,6 +388,13 @@
Global.asax
+
+ Index.aspx
+ ASPXCodeBehind
+
+
+ Index.aspx
+
MachineLoad.aspx
ASPXCodeBehind