From 8ab82476536a9082e238cbfef53d5d92d3e5e919 Mon Sep 17 00:00:00 2001 From: "Samuele E. Locatelli" Date: Mon, 23 Sep 2019 15:18:27 +0200 Subject: [PATCH] Inserito index x default routing --- NKC_WF/Index.aspx | 4 ++++ NKC_WF/Index.aspx.cs | 17 +++++++++++++++++ NKC_WF/Index.aspx.designer.cs | 15 +++++++++++++++ NKC_WF/NKC_WF.csproj | 8 ++++++++ 4 files changed, 44 insertions(+) create mode 100644 NKC_WF/Index.aspx create mode 100644 NKC_WF/Index.aspx.cs create mode 100644 NKC_WF/Index.aspx.designer.cs 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