diff --git a/WebsitePanel.WebSite/LICENSE.txt b/WebsitePanel.WebSite/LICENSE.txt
new file mode 100644
index 00000000..2a05f072
--- /dev/null
+++ b/WebsitePanel.WebSite/LICENSE.txt
@@ -0,0 +1,27 @@
+Copyright (c) 2010, SMB SAAS Systems Inc.
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without modification,
+are permitted provided that the following conditions are met:
+
+- Redistributions of source code must retain the above copyright notice, this
+ list of conditions and the following disclaimer.
+
+- Redistributions in binary form must reproduce the above copyright notice,
+ this list of conditions and the following disclaimer in the documentation
+ and/or other materials provided with the distribution.
+
+- Neither the name of the SMB SAAS Systems Inc. nor the names of its
+ contributors may be used to endorse or promote products derived from this
+ software without specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
+ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
+ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
+(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
+LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
+ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
+SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
\ No newline at end of file
diff --git a/WebsitePanel.WebSite/Readme.htm b/WebsitePanel.WebSite/Readme.htm
new file mode 100644
index 00000000..26d63d99
--- /dev/null
+++ b/WebsitePanel.WebSite/Readme.htm
@@ -0,0 +1,56 @@
+
+
+
+ WebsitePanel Web Site - Readme
+
+
+
+
+ WebsitePanel Web Site - Readme
+
+ WebsitePanel Web Site hosts a web service used by WebsitePanel Installer
+ for:
+
+
getting the information about available WebsitePanel components and their latest
+ releases
+
getting update information for particular release
+
downloading WebsitePanel component distributives
+
+
+ The service stores the information about WebsitePanel components and their
+ releases in "Data\ProductReleasesFeed.xml" XML file. This XML file could be
+ downloaded by any external 3rd-party application.
+
+ WebsitePanel distributive installation and update files are stored in "Files"
+ folder. Those files could be freely downloaded by any external client provided
+ they know their exact URLs.
+
+
+ License
+
+ WebsitePanel Web Site is released under BSD license. Please see LICENSE.txt file in the
+ root folder of this project.
+
+
+ Project Structure
+
+ The project has the following folders structure:
+
+
\Trunk - project version currently in development
+
\Sources - project source codes.
+
+
+
\Releases - contains all project releases
+
\Branches - contains project branches for proof-of-concepts,
+ new development, bug fixing, etc.
+
LICENSE.txt - project license
+
Readme.htm - the file you are reading right now
+
ReleaseNotes.htm - project release notes
+
+
+ Build How-To
+
+ Open WebsitePanel.WebSite solution in Visual Studio 2008 and build it.
+
+
+
\ No newline at end of file
diff --git a/WebsitePanel.WebSite/ReleaseNotes.htm b/WebsitePanel.WebSite/ReleaseNotes.htm
new file mode 100644
index 00000000..6e5a2cba
--- /dev/null
+++ b/WebsitePanel.WebSite/ReleaseNotes.htm
@@ -0,0 +1,17 @@
+
+
+
+ WebsitePanel Web Site - Release Notes
+
+
+
+
+ WebsitePanel Web Site - Release Notes
+
+ April 16, 2010 - v1.0
+
+
Initial release of WebsitePanel Web Site under BSD license.
+
+
+
+
\ No newline at end of file
diff --git a/WebsitePanel.WebSite/Sources/WebsitePanel.WebSite.sln b/WebsitePanel.WebSite/Sources/WebsitePanel.WebSite.sln
new file mode 100644
index 00000000..04267156
--- /dev/null
+++ b/WebsitePanel.WebSite/Sources/WebsitePanel.WebSite.sln
@@ -0,0 +1,26 @@
+Microsoft Visual Studio Solution File, Format Version 11.00
+# Visual Studio 2010
+Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{9409302A-156B-44AF-B0B7-45D2AF13B6EE}"
+ ProjectSection(SolutionItems) = preProject
+ ..\..\LICENSE.txt = ..\..\LICENSE.txt
+ ..\..\Readme.htm = ..\..\Readme.htm
+ ..\..\ReleaseNotes.htm = ..\..\ReleaseNotes.htm
+ EndProjectSection
+EndProject
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WebsitePanel.WebSite", "WebsitePanel.WebSite\WebsitePanel.WebSite.csproj", "{168FBFB5-D770-43DE-82F0-089D0F1FD4D6}"
+EndProject
+Global
+ GlobalSection(SolutionConfigurationPlatforms) = preSolution
+ Debug|Any CPU = Debug|Any CPU
+ Release|Any CPU = Release|Any CPU
+ EndGlobalSection
+ GlobalSection(ProjectConfigurationPlatforms) = postSolution
+ {168FBFB5-D770-43DE-82F0-089D0F1FD4D6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {168FBFB5-D770-43DE-82F0-089D0F1FD4D6}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {168FBFB5-D770-43DE-82F0-089D0F1FD4D6}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {168FBFB5-D770-43DE-82F0-089D0F1FD4D6}.Release|Any CPU.Build.0 = Release|Any CPU
+ EndGlobalSection
+ GlobalSection(SolutionProperties) = preSolution
+ HideSolutionNode = FALSE
+ EndGlobalSection
+EndGlobal
diff --git a/WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/ContactUs.aspx b/WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/ContactUs.aspx
new file mode 100644
index 00000000..16c42ad0
--- /dev/null
+++ b/WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/ContactUs.aspx
@@ -0,0 +1,11 @@
+<%@ Page Title="WebsitePanel - Contact Us" Language="C#" MasterPageFile="~/Site.Master" AutoEventWireup="true" CodeBehind="ContactUs.aspx.cs" Inherits="WebsitePanel.WebSite.ContactUs" %>
+
+
+
+
Contact Us
+
+
WebsitePanel project is owned and maintained by SMB SAAS Systems Inc.
+ privately-held company located in Richmond, BC, Canada.
Do not send support requests to the e-mail above, use online forums please.
+
diff --git a/WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/ContactUs.aspx.cs b/WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/ContactUs.aspx.cs
new file mode 100644
index 00000000..ec3de6e8
--- /dev/null
+++ b/WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/ContactUs.aspx.cs
@@ -0,0 +1,45 @@
+/* Copyright (c) 2011, SMB SAAS Systems Inc. All rights reserved.
+
+Redistribution and use in source and binary forms, with or without modification,
+are permitted provided that the following conditions are met:
+
+- Redistributions of source code must retain the above copyright notice, this
+ list of conditions and the following disclaimer.
+
+- Redistributions in binary form must reproduce the above copyright notice,
+ this list of conditions and the following disclaimer in the documentation
+ and/or other materials provided with the distribution.
+
+- Neither the name of the SMB SAAS Systems Inc. nor the names of its
+ contributors may be used to endorse or promote products derived from this
+ software without specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
+ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
+ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
+(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
+LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
+ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
+SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+*/
+
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Web;
+using System.Web.UI;
+using System.Web.UI.WebControls;
+
+namespace WebsitePanel.WebSite
+{
+ public partial class ContactUs : System.Web.UI.Page
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+
+ }
+ }
+}
diff --git a/WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/ContactUs.aspx.designer.cs b/WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/ContactUs.aspx.designer.cs
new file mode 100644
index 00000000..bacf153a
--- /dev/null
+++ b/WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/ContactUs.aspx.designer.cs
@@ -0,0 +1,15 @@
+//------------------------------------------------------------------------------
+//
+// 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 WebsitePanel.WebSite {
+
+
+ public partial class ContactUs {
+ }
+}
diff --git a/WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/Content/Images/msi-icon.gif b/WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/Content/Images/msi-icon.gif
new file mode 100644
index 00000000..e53333c5
Binary files /dev/null and b/WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/Content/Images/msi-icon.gif differ
diff --git a/WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/Content/Images/page_bg.jpg b/WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/Content/Images/page_bg.jpg
new file mode 100644
index 00000000..4f567472
Binary files /dev/null and b/WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/Content/Images/page_bg.jpg differ
diff --git a/WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/Content/Images/pdf-icon.png b/WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/Content/Images/pdf-icon.png
new file mode 100644
index 00000000..340c26fc
Binary files /dev/null and b/WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/Content/Images/pdf-icon.png differ
diff --git a/WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/Content/Images/wsp_logo.png b/WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/Content/Images/wsp_logo.png
new file mode 100644
index 00000000..61c27507
Binary files /dev/null and b/WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/Content/Images/wsp_logo.png differ
diff --git a/WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/Content/Images/wsp_screenshot.png b/WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/Content/Images/wsp_screenshot.png
new file mode 100644
index 00000000..a40a3e58
Binary files /dev/null and b/WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/Content/Images/wsp_screenshot.png differ
diff --git a/WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/Content/Images/zip-icon.png b/WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/Content/Images/zip-icon.png
new file mode 100644
index 00000000..037dad2d
Binary files /dev/null and b/WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/Content/Images/zip-icon.png differ
diff --git a/WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/Content/Styles/Default.css b/WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/Content/Styles/Default.css
new file mode 100644
index 00000000..c55ca01a
--- /dev/null
+++ b/WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/Content/Styles/Default.css
@@ -0,0 +1,141 @@
+BODY
+{
+ font-family: Arial,sans-serif,Tahoma,Verdana,Helvetica,Helvetica-Narrow;
+ font-size: 0.9em;
+ color: #333333;
+ line-height: 1.166;
+ margin: 0px;
+ padding: 0px;
+ background: #ffffff url('../images/page_bg.jpg') repeat-x top left;
+}
+
+#PageOutline
+{
+ width: 950px;
+ margin-left: auto;
+ margin-right: auto;
+ margin-top: 20px;
+}
+#PageContainer
+{
+ width: 920px;
+ padding: 10px 10px 10px 20px;
+ background-color: #FFFFFF;
+ float: right;
+}
+
+#Header
+{
+ padding-top: 10px;
+ padding-bottom: 10px;
+}
+
+#SideBar
+{
+ padding: 15px;
+ float: right;
+ width: 270px;
+ background-color: #f8f8f8;
+}
+
+#Content
+{
+ margin-right: 320px;
+}
+
+.Clear
+{
+ clear: both;
+}
+
+#Footer
+{
+ font-size: 8pt;
+ padding-top: 10px;
+ text-align: center;
+}
+#Footer A
+{
+ color: #000000;
+}
+H1
+{
+ font-size: 1.8em;
+ font-weight: normal;
+ color: #336699;
+}
+H2
+{
+ font-size: 1.1em;
+ color: #336699;
+}
+
+#SideBar H2
+{
+ margin-top: 0px;
+}
+
+A
+{
+ color: #4b79aa;
+}
+LI
+{
+ padding-bottom: 4px;
+}
+INPUT.Button
+{
+ font-size: 1.2em;
+ padding: 5px;
+}
+.NewFeature
+{
+ color: #ff0000;
+}
+.Red
+{
+ color: #ff0000;
+}
+.ProductOption
+{
+ font-size: 1.3em;
+ font-weight: bold;
+}
+.Form
+{
+ background-color: #f1f7fc;
+ padding: 10px 20px 10px 20px;
+}
+.FormFooter
+{
+ text-align: center;
+ margin-top: 10px;
+}
+.Tips LI
+{
+ padding-bottom: 20px;
+}
+
+.Download
+{
+ padding: 10px 10px 10px 30px;
+ border: 1px dashed #f0f0f0;
+ background-color: #f9f9f9;
+ background-repeat: no-repeat;
+ background-position: 8px center;
+}
+
+.Download.msi
+{
+ background-image: url('../images/msi-icon.gif');
+}
+
+.Download.pdf
+{
+ background-image: url('../images/pdf-icon.png');
+}
+
+.Download.zip
+{
+ background-image: url('../images/zip-icon.png');
+}
\ No newline at end of file
diff --git a/WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/Controls/SideBar.ascx b/WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/Controls/SideBar.ascx
new file mode 100644
index 00000000..a6db4a31
--- /dev/null
+++ b/WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/Controls/SideBar.ascx
@@ -0,0 +1,31 @@
+<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="SideBar.ascx.cs" Inherits="WebsitePanel.WebSite.Controls.SideBar" %>
+
+
\ No newline at end of file
diff --git a/WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/Controls/SideBar.ascx.cs b/WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/Controls/SideBar.ascx.cs
new file mode 100644
index 00000000..8a084035
--- /dev/null
+++ b/WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/Controls/SideBar.ascx.cs
@@ -0,0 +1,45 @@
+/* Copyright (c) 2011, SMB SAAS Systems Inc. All rights reserved.
+
+Redistribution and use in source and binary forms, with or without modification,
+are permitted provided that the following conditions are met:
+
+- Redistributions of source code must retain the above copyright notice, this
+ list of conditions and the following disclaimer.
+
+- Redistributions in binary form must reproduce the above copyright notice,
+ this list of conditions and the following disclaimer in the documentation
+ and/or other materials provided with the distribution.
+
+- Neither the name of the SMB SAAS Systems Inc. nor the names of its
+ contributors may be used to endorse or promote products derived from this
+ software without specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
+ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
+ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
+(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
+LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
+ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
+SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+*/
+
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Web;
+using System.Web.UI;
+using System.Web.UI.WebControls;
+
+namespace WebsitePanel.WebSite.Controls
+{
+ public partial class SideBar : System.Web.UI.UserControl
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+
+ }
+ }
+}
\ No newline at end of file
diff --git a/WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/Controls/SideBar.ascx.designer.cs b/WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/Controls/SideBar.ascx.designer.cs
new file mode 100644
index 00000000..07e57472
--- /dev/null
+++ b/WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/Controls/SideBar.ascx.designer.cs
@@ -0,0 +1,15 @@
+//------------------------------------------------------------------------------
+//
+// 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 WebsitePanel.WebSite.Controls {
+
+
+ public partial class SideBar {
+ }
+}
diff --git a/WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/Data/ProductReleasesFeed-dev.xml b/WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/Data/ProductReleasesFeed-dev.xml
new file mode 100644
index 00000000..e3157eb1
--- /dev/null
+++ b/WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/Data/ProductReleasesFeed-dev.xml
@@ -0,0 +1,93 @@
+
+
+
+
+
+
+ Express setup for standalone server configuration. It installs all components on the same server and configures WebsitePanel using recommended settings.
+
+
+
+ 101
+ ~/Files/WebsitePanel-StandaloneServerSetup-1.0.zip
+
+ setup\setup.dll
+ WebsitePanel.Setup.EnterpriseServer10
+
+
+
+
+
+
+
+ WebsitePanel Portal is a user interface to the control panel which allows managing user accounts, hosting spaces, web sites, FTP accounts, files, etc.
+
+
+ 201
+ ~/Files/WebsitePanel-Portal-1.0.zip
+
+ setup\setup.dll
+ WebsitePanel.Setup.Portal10
+
+
+
+
+
+
+
+ Enterprise Server is the core of WebsitePanel system. It includes all business logic of the application. Enterprise Server should have access to Server and be accessible from Portal applications.
+
+
+ 301
+ ~/Files/WebsitePanel-EnterpriseServer-1.0.zip
+
+ setup\setup.dll
+ WerbsitePanel.Setup.EnterpriseServer10
+
+
+
+
+
+
+
+ WebsitePanel Server is a set of services running on the remote server to be controlled. Server application should be reachable from Enterprise Server one.
+
+
+ 401
+ ~/Files/WebsitePanel-Server-1.0.zip
+
+ setup\setup.dll
+ WebsitePanel.Setup.Server10
+
+
+
+
+
+
+
+ Installer Core Files
+
+
+ 501
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/Data/ProductReleasesFeed.Beta.xml b/WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/Data/ProductReleasesFeed.Beta.xml
new file mode 100644
index 00000000..99a382c6
--- /dev/null
+++ b/WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/Data/ProductReleasesFeed.Beta.xml
@@ -0,0 +1,101 @@
+
+
+
+
+ Express setup for standalone server configuration. It installs all components on the same server and configures WebsitePanel using recommended settings.
+
+
+ 105
+ ~/Files/Beta/WebsitePanel-StandaloneServerSetup-1.1.1.1.zip
+
+ setup\setup.dll
+ WebsitePanel.Setup.StandaloneServerSetup111
+
+
+
+
+
+
+ WebsitePanel Portal is a user interface to the control panel which allows managing user accounts, hosting spaces, web sites, FTP accounts, files, etc.
+
+
+ 205
+ ~/Files/Beta/WebsitePanel-Portal-1.1.1.1.zip
+ ~/Files/Beta/WebsitePanel-Portal-1.1.1.1-Update.zip
+ setup\setup.dll
+ WebsitePanel.Setup.Portal111
+
+
+ 206
+ ~/Files/1.1.0/release/WebsitePanel-Portal-1.1.0.10.zip
+ ~/Files/1.1.0/release/WebsitePanel-Portal-1.1.0.10-Update.zip
+ setup\setup.dll
+ WebsitePanel.Setup.Portal110
+
+
+
+
+
+
+ Enterprise Server is the core of WebsitePanel system. It includes all business logic of the application. Enterprise Server should have access to Server and be accessible from Portal applications.
+
+
+ 305
+ ~/Files/Beta/WebsitePanel-EnterpriseServer-1.1.1.1.zip
+ ~/Files/Beta/WebsitePanel-EnterpriseServer-1.1.1.1-Update.zip
+ setup\setup.dll
+ WebsitePanel.Setup.EnterpriseServer111
+
+
+ 306
+ ~/Files/1.1.0/release/WebsitePanel-EnterpriseServer-1.1.0.10.zip
+ ~/Files/1.1.0/release/WebsitePanel-EnterpriseServer-1.1.0.10-Update.zip
+ setup\setup.dll
+ WebsitePanel.Setup.EnterpriseServer110
+
+
+
+
+
+
+ WebsitePanel Server is a set of services running on the remote server to be controlled. Server application should be reachable from Enterprise Server one.
+
+
+ 405
+ ~/Files/Beta/WebsitePanel-Server-1.1.1.1.zip
+ ~/Files/Beta/WebsitePanel-Server-1.1.1.1-Update.zip
+ setup\setup.dll
+ WebsitePanel.Setup.Server111
+
+
+ 406
+ ~/Files/1.1.0/release/WebsitePanel-Server-1.1.0.10.zip
+ ~/Files/1.1.0/release/WebsitePanel-Server-1.1.0.10-Update.zip
+ setup\setup.dll
+ WebsitePanel.Setup.Server110
+
+
+
+
+
+
+ Installer Core Files
+
+
+
+ 501
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/Data/ProductReleasesFeed.Staging.xml b/WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/Data/ProductReleasesFeed.Staging.xml
new file mode 100644
index 00000000..babe177c
--- /dev/null
+++ b/WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/Data/ProductReleasesFeed.Staging.xml
@@ -0,0 +1,101 @@
+
+
+
+
+ Express setup for standalone server configuration. It installs all components on the same server and configures WebsitePanel using recommended settings.
+
+
+
+ 103
+ ~/Files/WebsitePanel-StandaloneServerSetup-1.1.0.9.zip
+
+ setup\setup.dll
+ WebsitePanel.Setup.StandaloneServerSetup102
+
+
+
+
+
+
+ WebsitePanel Portal is a user interface to the control panel which allows managing user accounts, hosting spaces, web sites, FTP accounts, files, etc.
+
+
+
+ 203
+ ~/Files/WebsitePanel-Portal-1.1.0.9.zip
+ ~/Files/WebsitePanel-Portal-1.1.0.9-Update.zip
+ setup\setup.dll
+ WebsitePanel.Setup.Portal102
+
+
+
+
+
+
+ Enterprise Server is the core of WebsitePanel system. It includes all business logic of the application. Enterprise Server should have access to Server and be accessible from Portal applications.
+
+
+
+ 303
+ ~/Files/WebsitePanel-EnterpriseServer-1.1.0.9.zip
+ ~/Files/WebsitePanel-EnterpriseServer-1.1.0.9-Update.zip
+ setup\setup.dll
+ WebsitePanel.Setup.EnterpriseServer102
+
+
+
+
+
+
+ WebsitePanel Server is a set of services running on the remote server to be controlled. Server application should be reachable from Enterprise Server one.
+
+
+
+ 403
+ ~/Files/WebsitePanel-Server-1.1.0.9.zip
+ ~/Files/WebsitePanel-Server-1.1.0.9-Update.zip
+ setup\setup.dll
+ WebsitePanel.Setup.Server102
+
+
+
+
+
+
+ Installer Core Files
+
+
+ 502
+
+ ~/Files/1.1.0/release/WebsitePanel-Installer-1.1.0-Update.zip
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/Data/ProductReleasesFeed.xml b/WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/Data/ProductReleasesFeed.xml
new file mode 100644
index 00000000..6c22b6d0
--- /dev/null
+++ b/WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/Data/ProductReleasesFeed.xml
@@ -0,0 +1,164 @@
+
+
+
+
+ Express setup for standalone server configuration. It installs all components on the same server and configures WebsitePanel using recommended settings.
+
+
+ 106
+ ~/Files/1.1.0/release/WebsitePanel-StandaloneServerSetup-1.1.0.10.zip
+
+ setup\setup.dll
+ WebsitePanel.Setup.StandaloneServerSetup110
+
+
+ 103
+ ~/Files/WebsitePanel-StandaloneServerSetup-1.0.2.0.zip
+
+ setup\setup.dll
+ WebsitePanel.Setup.StandaloneServerSetup102
+
+
+ 102
+ ~/Files/WebsitePanel-StandaloneServerSetup-1.0.1.0.zip
+
+ setup\setup.dll
+ WebsitePanel.Setup.StandaloneServerSetup101
+
+
+ 101
+ ~/Files/WebsitePanel-StandaloneServerSetup-1.0.zip
+
+ setup\setup.dll
+ WebsitePanel.Setup.StandaloneServerSetup10
+
+
+
+
+
+
+ WebsitePanel Portal is a user interface to the control panel which allows managing user accounts, hosting spaces, web sites, FTP accounts, files, etc.
+
+
+ 206
+ ~/Files/1.1.0/release/WebsitePanel-Portal-1.1.0.10.zip
+ ~/Files/1.1.0/release/WebsitePanel-Portal-1.1.0.10-Update.zip
+ setup\setup.dll
+ WebsitePanel.Setup.Portal110
+
+
+ 203
+ ~/Files/WebsitePanel-Portal-1.0.2.0.zip
+ ~/Files/WebsitePanel-Portal-1.0.2.0-Update.zip
+ setup\setup.dll
+ WebsitePanel.Setup.Portal102
+
+
+ 202
+ ~/Files/WebsitePanel-Portal-1.0.1.0.zip
+ ~/Files/WebsitePanel-Portal-1.0.1.0-Update.zip
+ setup\setup.dll
+ WebsitePanel.Setup.Portal101
+
+
+ 201
+ ~/Files/WebsitePanel-Portal-1.0.zip
+
+ setup\setup.dll
+ WebsitePanel.Setup.Portal10
+
+
+
+
+
+
+ Enterprise Server is the core of WebsitePanel system. It includes all business logic of the application. Enterprise Server should have access to Server and be accessible from Portal applications.
+
+
+ 306
+ ~/Files/1.1.0/release/WebsitePanel-EnterpriseServer-1.1.0.10.zip
+ ~/Files/1.1.0/release/WebsitePanel-EnterpriseServer-1.1.0.10-Update.zip
+ setup\setup.dll
+ WebsitePanel.Setup.EnterpriseServer110
+
+
+ 303
+ ~/Files/WebsitePanel-EnterpriseServer-1.0.2.0.zip
+ ~/Files/WebsitePanel-EnterpriseServer-1.0.2.0-Update.zip
+ setup\setup.dll
+ WebsitePanel.Setup.EnterpriseServer102
+
+
+ 302
+ ~/Files/WebsitePanel-EnterpriseServer-1.0.1.0.zip
+ ~/Files/WebsitePanel-EnterpriseServer-1.0.1.0-Update.zip
+ setup\setup.dll
+ WebsitePanel.Setup.EnterpriseServer101
+
+
+ 301
+ ~/Files/WebsitePanel-EnterpriseServer-1.0.zip
+
+ setup\setup.dll
+ WebsitePanel.Setup.EnterpriseServer10
+
+
+
+
+
+
+ WebsitePanel Server is a set of services running on the remote server to be controlled. Server application should be reachable from Enterprise Server one.
+
+
+ 406
+ ~/Files/1.1.0/release/WebsitePanel-Server-1.1.0.10.zip
+ ~/Files/1.1.0/release/WebsitePanel-Server-1.1.0.10-Update.zip
+ setup\setup.dll
+ WebsitePanel.Setup.Server110
+
+
+ 403
+ ~/Files/WebsitePanel-Server-1.0.2.0.zip
+ ~/Files/WebsitePanel-Server-1.0.2.0-Update.zip
+ setup\setup.dll
+ WebsitePanel.Setup.Server102
+
+
+ 402
+ ~/Files/WebsitePanel-Server-1.0.1.0.zip
+ ~/Files/WebsitePanel-Server-1.0.1.0-Update.zip
+ setup\setup.dll
+ WebsitePanel.Setup.Server101
+
+
+ 401
+ ~/Files/WebsitePanel-Server-1.0.zip
+
+ setup\setup.dll
+ WebsitePanel.Setup.Server10
+
+
+
+
+
+
+ Installer Core Files
+
+
+ 502
+
+ ~/Files/1.1.0/release/WebsitePanel-Installer-1.1.0-Update.zip
+
+
+
+
+ 501
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/Default.aspx b/WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/Default.aspx
new file mode 100644
index 00000000..ac230d88
--- /dev/null
+++ b/WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/Default.aspx
@@ -0,0 +1,39 @@
+<%@ Page Title="WebsitePanel - The control panel for Windows hosting" Language="C#" MasterPageFile="~/Site.Master" AutoEventWireup="true" CodeBehind="Default.aspx.cs" Inherits="WebsitePanel.WebSite.Default" %>
+
+
+
+
+
Welcome to WebsitePanel project
+
+
+ WebsitePanel is an easy to use control panel for Windows hosting. It allows you to manage multiple servers,
+ it has a robust, scalable and secure architecture.
+
+
+
+
+ With WebsitePanel you can easily manage all your web sites, FTP accounts, databases and other resources from a single place.
+
Developers managing their own or customer servers and web sites.
+
Providers offering Windows hosting services.
+
Individuals managing their dedicated or virtual Windows servers.
+
+
+ Download WebsitePanel and take the most from your Windows server!
+
+
\ No newline at end of file
diff --git a/WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/Default.aspx.cs b/WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/Default.aspx.cs
new file mode 100644
index 00000000..3302197b
--- /dev/null
+++ b/WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/Default.aspx.cs
@@ -0,0 +1,45 @@
+/* Copyright (c) 2011, SMB SAAS Systems Inc. All rights reserved.
+
+Redistribution and use in source and binary forms, with or without modification,
+are permitted provided that the following conditions are met:
+
+- Redistributions of source code must retain the above copyright notice, this
+ list of conditions and the following disclaimer.
+
+- Redistributions in binary form must reproduce the above copyright notice,
+ this list of conditions and the following disclaimer in the documentation
+ and/or other materials provided with the distribution.
+
+- Neither the name of the SMB SAAS Systems Inc. nor the names of its
+ contributors may be used to endorse or promote products derived from this
+ software without specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
+ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
+ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
+(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
+LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
+ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
+SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+*/
+
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Web;
+using System.Web.UI;
+using System.Web.UI.WebControls;
+
+namespace WebsitePanel.WebSite
+{
+ public partial class Default : System.Web.UI.Page
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+
+ }
+ }
+}
diff --git a/WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/Default.aspx.designer.cs b/WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/Default.aspx.designer.cs
new file mode 100644
index 00000000..1ebd86ed
--- /dev/null
+++ b/WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/Default.aspx.designer.cs
@@ -0,0 +1,15 @@
+//------------------------------------------------------------------------------
+//
+// 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 WebsitePanel.WebSite {
+
+
+ public partial class Default {
+ }
+}
diff --git a/WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/Documentation.aspx b/WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/Documentation.aspx
new file mode 100644
index 00000000..0a1e22fa
--- /dev/null
+++ b/WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/Documentation.aspx
@@ -0,0 +1,14 @@
+<%@ Page Title="" Language="C#" MasterPageFile="~/Site.Master" AutoEventWireup="true" CodeBehind="Documentation.aspx.cs" Inherits="WebsitePanel.WebSite.Documentation" %>
+
+
+
+
Documentation
+
+
Essential Guides
+
User the following guide to install and configure WebsitePanel. It's primarily for users installing WebsitePanel in a standalone mode:
+
diff --git a/WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/Documentation.aspx.cs b/WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/Documentation.aspx.cs
new file mode 100644
index 00000000..903f7d5e
--- /dev/null
+++ b/WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/Documentation.aspx.cs
@@ -0,0 +1,45 @@
+/* Copyright (c) 2011, SMB SAAS Systems Inc. All rights reserved.
+
+Redistribution and use in source and binary forms, with or without modification,
+are permitted provided that the following conditions are met:
+
+- Redistributions of source code must retain the above copyright notice, this
+ list of conditions and the following disclaimer.
+
+- Redistributions in binary form must reproduce the above copyright notice,
+ this list of conditions and the following disclaimer in the documentation
+ and/or other materials provided with the distribution.
+
+- Neither the name of the SMB SAAS Systems Inc. nor the names of its
+ contributors may be used to endorse or promote products derived from this
+ software without specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
+ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
+ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
+(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
+LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
+ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
+SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+*/
+
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Web;
+using System.Web.UI;
+using System.Web.UI.WebControls;
+
+namespace WebsitePanel.WebSite
+{
+ public partial class Documentation : System.Web.UI.Page
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+
+ }
+ }
+}
diff --git a/WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/Documentation.aspx.designer.cs b/WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/Documentation.aspx.designer.cs
new file mode 100644
index 00000000..ab5ac4aa
--- /dev/null
+++ b/WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/Documentation.aspx.designer.cs
@@ -0,0 +1,15 @@
+//------------------------------------------------------------------------------
+//
+// 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 WebsitePanel.WebSite {
+
+
+ public partial class Documentation {
+ }
+}
diff --git a/WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/Downloads.aspx b/WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/Downloads.aspx
new file mode 100644
index 00000000..1c41b23d
--- /dev/null
+++ b/WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/Downloads.aspx
@@ -0,0 +1,28 @@
+<%@ Page Title="WebsitePanel - Downloads" Language="C#" MasterPageFile="~/Site.Master" AutoEventWireup="true" CodeBehind="Downloads.aspx.cs" Inherits="WebsitePanel.WebSite.Downloads" %>
+
+
+
+
Downloads
+
+
WebsitePanel Installer
+
+
WebsitePanel Installer is used for initial installation of WebsitePanel components and for their further upgrades.
+ WebsitePanel Installer does not include WebsitePanel distributives - they will
+ be downloaded during the installation or upgrade process. Use link below to
+ download the installer:
+
+
diff --git a/WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/Downloads.aspx.cs b/WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/Downloads.aspx.cs
new file mode 100644
index 00000000..663ff58e
--- /dev/null
+++ b/WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/Downloads.aspx.cs
@@ -0,0 +1,45 @@
+/* Copyright (c) 2011, SMB SAAS Systems Inc. All rights reserved.
+
+Redistribution and use in source and binary forms, with or without modification,
+are permitted provided that the following conditions are met:
+
+- Redistributions of source code must retain the above copyright notice, this
+ list of conditions and the following disclaimer.
+
+- Redistributions in binary form must reproduce the above copyright notice,
+ this list of conditions and the following disclaimer in the documentation
+ and/or other materials provided with the distribution.
+
+- Neither the name of the SMB SAAS Systems Inc. nor the names of its
+ contributors may be used to endorse or promote products derived from this
+ software without specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
+ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
+ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
+(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
+LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
+ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
+SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+*/
+
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Web;
+using System.Web.UI;
+using System.Web.UI.WebControls;
+
+namespace WebsitePanel.WebSite
+{
+ public partial class Downloads : System.Web.UI.Page
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+
+ }
+ }
+}
diff --git a/WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/Downloads.aspx.designer.cs b/WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/Downloads.aspx.designer.cs
new file mode 100644
index 00000000..3633f372
--- /dev/null
+++ b/WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/Downloads.aspx.designer.cs
@@ -0,0 +1,15 @@
+//------------------------------------------------------------------------------
+//
+// 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 WebsitePanel.WebSite {
+
+
+ public partial class Downloads {
+ }
+}
diff --git a/WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/Error.htm b/WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/Error.htm
new file mode 100644
index 00000000..3e806714
--- /dev/null
+++ b/WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/Error.htm
@@ -0,0 +1,18 @@
+
+
+
+ WebsitePanel Error
+
+
+
+
+ Error
+
+ Sorry, an error occurred while processing your request. Please try again later.
+
+
\ No newline at end of file
diff --git a/WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/License.aspx b/WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/License.aspx
new file mode 100644
index 00000000..c24eaf8f
--- /dev/null
+++ b/WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/License.aspx
@@ -0,0 +1,23 @@
+<%@ Page Title="WebsitePanel - License" Language="C#" MasterPageFile="~/Site.Master" AutoEventWireup="true" CodeBehind="License.aspx.cs" Inherits="WebsitePanel.WebSite.License" %>
+
+
+
+
+
Project License
+
+
Copyright (c) 2010, SMB SAAS Systems Inc.
+ All rights reserved.
+
+
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
+
+
+
Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
+
+
Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
+
+
Neither the name of the SMB SAAS Systems Inc. nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
+
+
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
WebsitePanel works with a huge list of 3rd party products. Please note that support for the software systems managed by WebsitePanel is provided by the publisher or manufacturer of those software systems. For example support for SmarterMail is provided by SmarterTools. Likewise support for Microsoft products such as IIS is provided by Microsoft support under the standard product support channels.
+
+
Operating Systems
+
+
Windows Server 2008 R2 any edition, 64 bits
+
Windows Server 2008 any edition, 32 and 64 bits
+
Windows Server 2003 R2 any edition, 32 and 64 bits
+
Windows Server 2003 any edition, 32 and 64 bits
+
+
+
Web Servers
+
+
IIS 7.5
+
IIS 7.0
+
IIS 6.0
+
ColdFusion 7/8/9
+
+
+
FTP Servers
+
+
MS FTP 7.5
+
MS FTP 7.0
+
MS FTP 6.0
+
Gene6 FTP Server
+
Serv-U FTP Server 6.x
+
FileZilla FTP Server
+
+
+
Mail Servers
+
+
SmarterMail 2.x - 7.x
+
MailEnable 2.x - 4.x
+
Merak Mail Server 8.x - 10.x
+
MDaemon 9.x - 10.x
+
hMailServer 4.x
+
ArgoMail Server 1.x
+
Ability Mail Server 2.x
+
+
+
Database Engines
+
+
Microsoft SQL Server 2008 R2 of any edition
+
Microsoft SQL Server 2000/2005/2008 of any edition
+
Microsoft SQL Server 7.0 of any edition
+
MySQL Server of 4.0.x, 4.1.x and 5.x versions
+
Microsoft Access 2000
+
+
+
DNS Servers
+
+
Microsoft DNS Server (bundled with Windows Server)
+
Simple DNS Plus 4.x-5.x
+
ISC BIND DNS Server
+
Nettica DNS Service
+
+
+
Statistics Servers
+
+
SmarterStats 3.x - 6.x
+
AWStats Statistics (free software)
+
+
+
Collaboration
+
+
Microsoft Exchange Server 2010 SP1 installed with /hosting switch
+
Microsoft Exchange Server 2007 and 2010
+ Please refer to this post for support status update on Exchange 2007 and 2010.
+
BlackBerry Enterprise Server
+
Windows SharePoint Services 3.0
+
SharePoint Foundation 2010
+
Office Communication Server 2007
+
Microsoft Dynamics CRM 4.0
+
+
+
Virtualization
+
+
Hyper-V Technology
+
+
+
diff --git a/WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/WorksWith.aspx.cs b/WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/WorksWith.aspx.cs
new file mode 100644
index 00000000..1351dbfc
--- /dev/null
+++ b/WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/WorksWith.aspx.cs
@@ -0,0 +1,45 @@
+/* Copyright (c) 2011, SMB SAAS Systems Inc. All rights reserved.
+
+Redistribution and use in source and binary forms, with or without modification,
+are permitted provided that the following conditions are met:
+
+- Redistributions of source code must retain the above copyright notice, this
+ list of conditions and the following disclaimer.
+
+- Redistributions in binary form must reproduce the above copyright notice,
+ this list of conditions and the following disclaimer in the documentation
+ and/or other materials provided with the distribution.
+
+- Neither the name of the SMB SAAS Systems Inc. nor the names of its
+ contributors may be used to endorse or promote products derived from this
+ software without specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
+ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
+ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
+(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
+LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
+ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
+SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+*/
+
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Web;
+using System.Web.UI;
+using System.Web.UI.WebControls;
+
+namespace WebsitePanel.WebSite
+{
+ public partial class WorksWith : System.Web.UI.Page
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+
+ }
+ }
+}
diff --git a/WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/WorksWith.aspx.designer.cs b/WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/WorksWith.aspx.designer.cs
new file mode 100644
index 00000000..252dbc73
--- /dev/null
+++ b/WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/WorksWith.aspx.designer.cs
@@ -0,0 +1,15 @@
+//------------------------------------------------------------------------------
+//
+// 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 WebsitePanel.WebSite {
+
+
+ public partial class WorksWith {
+ }
+}