39 lines
No EOL
2 KiB
Text
39 lines
No EOL
2 KiB
Text
<%@ Page Title="WebsitePanel - The control panel for Windows hosting" Language="C#" MasterPageFile="~/Site.Master" AutoEventWireup="true" CodeBehind="Default.aspx.cs" Inherits="WebsitePanel.WebSite.Default" %>
|
|
<asp:Content ContentPlaceHolderID="head" runat="server">
|
|
</asp:Content>
|
|
<asp:Content ContentPlaceHolderID="ContentColumn" runat="server">
|
|
|
|
<h1>Welcome to WebsitePanel project</h1>
|
|
|
|
<p>
|
|
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.
|
|
</p>
|
|
|
|
|
|
<p style="text-align:justify;"><img src="/content/images/wsp_screenshot.png" alt="WebsitePanel Home Page" style="float:left;margin-left: 20px;margin-bottom:10px;" />
|
|
With WebsitePanel you can easily manage all your web sites, FTP accounts, databases and other resources from a single place.
|
|
</p>
|
|
|
|
<p style="clear:both;"><b>WebsitePanel highlights:</b></p>
|
|
<ul>
|
|
<li>It's an open source project under <a href="/License.aspx">BSD license</a></li>
|
|
<li>Built exclusively for Windows platform</li>
|
|
<li>True multi-server architecture</li>
|
|
<li>Huge list of <a href="/WorksWith.aspx">3rd party software</a></li>
|
|
<li>Tight integration with <a href="http://www.microsoft.com/web/gallery/" target="_blank">Microsoft Web App Gallery</a></li>
|
|
<li>Easy to install and use</li>
|
|
<li>Great community support</li>
|
|
<li>Supported by Microsoft</li>
|
|
</ul>
|
|
|
|
<p><b>WebsitePanel is an ideal solution for:</b></p>
|
|
<ul>
|
|
<li><b>Developers</b> managing their own or customer servers and web sites.</li>
|
|
<li><b>Providers</b> offering Windows hosting services.</li>
|
|
<li><b>Individuals</b> managing their dedicated or virtual Windows servers.</li>
|
|
</ul>
|
|
<p>
|
|
<a href="/Downloads.aspx">Download</a> WebsitePanel and take the most from your Windows server!
|
|
</p>
|
|
</asp:Content> |