scheletro struttura x upload dati...

This commit is contained in:
Samuele E. Locatelli
2015-05-21 17:12:49 +02:00
parent d0da181b4f
commit e937f02392
21 changed files with 87 additions and 1 deletions
BIN
View File
Binary file not shown.
+16
View File
@@ -0,0 +1,16 @@
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="PingPage.aspx.cs" Inherits="WebSCR.Upload.PingPage" %>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title></title>
</head>
<body>
<form id="form1" runat="server">
<div>
</div>
</form>
</body>
</html>
+20
View File
@@ -0,0 +1,20 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
namespace WebSCR.Upload
{
public partial class PingPage : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
{
Response.Clear();
Response.Write("OK");
Context.Response.End();
}
}
}
+26
View File
@@ -0,0 +1,26 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
namespace WebSCR.Upload
{
public partial class PingPage
{
/// <summary>
/// form1 control.
/// </summary>
/// <remarks>
/// Auto-generated field.
/// To modify move field declaration from designer file to code-behind file.
/// </remarks>
protected global::System.Web.UI.HtmlControls.HtmlForm form1;
}
}
+24
View File
@@ -348,6 +348,9 @@
<Content Include="Setup.aspx" />
<Content Include="Squadra.aspx" />
<Content Include="Test.html" />
<Content Include="Upload\Client.aspx" />
<Content Include="Upload\Document.aspx" />
<Content Include="Upload\PingPage.aspx" />
<Content Include="UserAdmin.aspx" />
<Content Include="WebUserControls\mod_consegne.ascx" />
<Content Include="WebUserControls\mod_dettInt.ascx" />
@@ -476,6 +479,27 @@
<Compile Include="Squadra.aspx.designer.cs">
<DependentUpon>Squadra.aspx</DependentUpon>
</Compile>
<Compile Include="Upload\Client.aspx.cs">
<DependentUpon>Client.aspx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="Upload\Client.aspx.designer.cs">
<DependentUpon>Client.aspx</DependentUpon>
</Compile>
<Compile Include="Upload\Document.aspx.cs">
<DependentUpon>Document.aspx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="Upload\Document.aspx.designer.cs">
<DependentUpon>Document.aspx</DependentUpon>
</Compile>
<Compile Include="Upload\PingPage.aspx.cs">
<DependentUpon>PingPage.aspx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="Upload\PingPage.aspx.designer.cs">
<DependentUpon>PingPage.aspx</DependentUpon>
</Compile>
<Compile Include="UserAdmin.aspx.cs">
<DependentUpon>UserAdmin.aspx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
+1 -1
View File
@@ -3,7 +3,7 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<!--
See http://nlog-project.org/wiki/Configuration_file
See https://github.com/nlog/nlog/wiki/Configuration-file
for information on customizing logging rules and outputs.
-->
<targets>
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.