diff --git a/CMS_SC/About.aspx b/CMS_SC/About.aspx deleted file mode 100644 index 6ec6e84..0000000 --- a/CMS_SC/About.aspx +++ /dev/null @@ -1,34 +0,0 @@ -<%@ Page Title="About" Language="C#" MasterPageFile="~/Site.Master" AutoEventWireup="true" CodeBehind="About.aspx.cs" Inherits="CMS_SC.About" %> - - -
-

<%: Title %>.

-

Your app description page.

-
- -
-

- Use this area to provide additional information. -

- -

- Use this area to provide additional information. -

- -

- Use this area to provide additional information. -

-
- - -
\ No newline at end of file diff --git a/CMS_SC/About.aspx.cs b/CMS_SC/About.aspx.cs deleted file mode 100644 index 85ea5d2..0000000 --- a/CMS_SC/About.aspx.cs +++ /dev/null @@ -1,17 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Web; -using System.Web.UI; -using System.Web.UI.WebControls; - -namespace CMS_SC -{ - public partial class About : Page - { - protected void Page_Load(object sender, EventArgs e) - { - - } - } -} \ No newline at end of file diff --git a/CMS_SC/About.aspx.designer.cs b/CMS_SC/About.aspx.designer.cs deleted file mode 100644 index 1e8ac9b..0000000 --- a/CMS_SC/About.aspx.designer.cs +++ /dev/null @@ -1,17 +0,0 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -namespace CMS_SC -{ - - public partial class About - { - - } -} diff --git a/CMS_SC/App_Data/aspnet-CMS_SC-20150515094114.mdf b/CMS_SC/App_Data/aspnet-CMS_SC-20150515094114.mdf deleted file mode 100644 index baf7764..0000000 Binary files a/CMS_SC/App_Data/aspnet-CMS_SC-20150515094114.mdf and /dev/null differ diff --git a/CMS_SC/App_Data/aspnet-CMS_SC-20150515094114_log.ldf b/CMS_SC/App_Data/aspnet-CMS_SC-20150515094114_log.ldf deleted file mode 100644 index a003aa2..0000000 Binary files a/CMS_SC/App_Data/aspnet-CMS_SC-20150515094114_log.ldf and /dev/null differ diff --git a/CMS_SC/App_Start/AuthConfig.cs b/CMS_SC/App_Start/AuthConfig.cs deleted file mode 100644 index 0b7a629..0000000 --- a/CMS_SC/App_Start/AuthConfig.cs +++ /dev/null @@ -1,31 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Web; -using Microsoft.AspNet.Membership.OpenAuth; - -namespace CMS_SC -{ - internal static class AuthConfig - { - public static void RegisterOpenAuth() - { - // See http://go.microsoft.com/fwlink/?LinkId=252803 for details on setting up this ASP.NET - // application to support logging in via external services. - - //OpenAuth.AuthenticationClients.AddTwitter( - // consumerKey: "your Twitter consumer key", - // consumerSecret: "your Twitter consumer secret"); - - //OpenAuth.AuthenticationClients.AddFacebook( - // appId: "your Facebook app id", - // appSecret: "your Facebook app secret"); - - //OpenAuth.AuthenticationClients.AddMicrosoft( - // clientId: "your Microsoft account client id", - // clientSecret: "your Microsoft account client secret"); - - //OpenAuth.AuthenticationClients.AddGoogle(); - } - } -} \ No newline at end of file diff --git a/CMS_SC/Contact.aspx b/CMS_SC/Contact.aspx deleted file mode 100644 index 582a6e4..0000000 --- a/CMS_SC/Contact.aspx +++ /dev/null @@ -1,50 +0,0 @@ -<%@ Page Title="Contact" Language="C#" MasterPageFile="~/Site.Master" AutoEventWireup="true" CodeBehind="Contact.aspx.cs" Inherits="CMS_SC.Contact" %> - - -
-

<%: Title %>.

-

Your contact page.

-
- -
-
-

Phone:

-
-

- Main: - 425.555.0100 -

-

- After Hours: - 425.555.0199 -

-
- -
-
-

Email:

-
-

- Support: - Support@example.com -

-

- Marketing: - Marketing@example.com -

-

- General: - General@example.com -

-
- -
-
-

Address:

-
-

- One Microsoft Way
- Redmond, WA 98052-6399 -

-
-
\ No newline at end of file diff --git a/CMS_SC/Contact.aspx.cs b/CMS_SC/Contact.aspx.cs deleted file mode 100644 index cf772b1..0000000 --- a/CMS_SC/Contact.aspx.cs +++ /dev/null @@ -1,17 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Web; -using System.Web.UI; -using System.Web.UI.WebControls; - -namespace CMS_SC -{ - public partial class Contact : Page - { - protected void Page_Load(object sender, EventArgs e) - { - - } - } -} \ No newline at end of file diff --git a/CMS_SC/Contact.aspx.designer.cs b/CMS_SC/Contact.aspx.designer.cs deleted file mode 100644 index 6af4959..0000000 --- a/CMS_SC/Contact.aspx.designer.cs +++ /dev/null @@ -1,15 +0,0 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -namespace CMS_SC -{ - public partial class Contact - { - } -}